mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-30 03:13:57 +08:00
fix: resolve mobile type and lint errors
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
import type { Component } from 'vue'
|
||||
|
||||
// wot-design-uni 1.9.1 exposes raw Vue source through its global declarations.
|
||||
// Keep the components used by this app recognizable without pulling that source into vue-tsc.
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
WdActionSheet: Component
|
||||
WdButton: Component
|
||||
WdCheckbox: Component
|
||||
WdConfigProvider: Component
|
||||
WdFab: Component
|
||||
WdIcon: Component
|
||||
WdImg: Component
|
||||
WdInput: Component
|
||||
WdLoading: Component
|
||||
WdMessageBox: Component
|
||||
WdNavbar: Component
|
||||
WdPicker: Component
|
||||
WdPopup: Component
|
||||
WdSegmented: Component
|
||||
WdSlider: Component
|
||||
WdStatusTip: Component
|
||||
WdSwipeAction: Component
|
||||
WdSwitch: Component
|
||||
WdTabbar: Component
|
||||
WdTabbarItem: Component
|
||||
WdTag: Component
|
||||
WdToast: Component
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user