hookehuyr

更新组件类型声明

...@@ -9,6 +9,9 @@ declare module 'vue' { ...@@ -9,6 +9,9 @@ declare module 'vue' {
9 export interface GlobalComponents { 9 export interface GlobalComponents {
10 AppTabbar: typeof import('./src/components/AppTabbar.vue')['default'] 10 AppTabbar: typeof import('./src/components/AppTabbar.vue')['default']
11 IndexNav: typeof import('./src/components/indexNav.vue')['default'] 11 IndexNav: typeof import('./src/components/indexNav.vue')['default']
12 + NutCell: typeof import('@nutui/nutui-taro')['Cell']
13 + NutCellGroup: typeof import('@nutui/nutui-taro')['CellGroup']
14 + NutIcon: typeof import('@nutui/nutui-taro')['Icon']
12 NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar'] 15 NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar']
13 NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem'] 16 NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem']
14 Picker: typeof import('./src/components/time-picker-data/picker.vue')['default'] 17 Picker: typeof import('./src/components/time-picker-data/picker.vue')['default']
......