tangning 2 bulan lalu
induk
melakukan
b6cf958df6
1 mengubah file dengan 15 tambahan dan 15 penghapusan
  1. 15 15
      components.d.ts

+ 15 - 15
components.d.ts

@@ -7,20 +7,20 @@ export {}
 
 declare module 'vue' {
   export interface GlobalComponents {
-    AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
-    RouterLink: typeof import('vue-router')['RouterLink']
-    RouterView: typeof import('vue-router')['RouterView']
-    TitleBar: typeof import('./src/components/TitleBar/index.vue')['default']
-    VanButton: typeof import('vant/es')['Button']
-    VanCellGroup: typeof import('vant/es')['CellGroup']
-    VanDatePicker: typeof import('vant/es')['DatePicker']
-    VanField: typeof import('vant/es')['Field']
-    VanForm: typeof import('vant/es')['Form']
-    VanIcon: typeof import('vant/es')['Icon']
-    VanPicker: typeof import('vant/es')['Picker']
-    VanPopup: typeof import('vant/es')['Popup']
-    VanRadio: typeof import('vant/es')['Radio']
-    VanRadioGroup: typeof import('vant/es')['RadioGroup']
-    VanUploader: typeof import('vant/es')['Uploader']
+    AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider'];
+    RouterLink: typeof import('vue-router')['RouterLink'];
+    RouterView: typeof import('vue-router')['RouterView'];
+    TitleBar: typeof import('./src/components/TitleBar/index.vue')['default'];
+    VanButton: typeof import('vant/es')['Button'];
+    VanCellGroup: typeof import('vant/es')['CellGroup'];
+    VanField: typeof import('vant/es')['Field'];
+    VanForm: typeof import('vant/es')['Form'];
+    VanList: typeof import('vant/es')['List'];
+    VanPopup: typeof import('vant/es')['Popup'];
+    VanRadio: typeof import('vant/es')['Radio'];
+    VanRadioGroup: typeof import('vant/es')['RadioGroup'];
+    VanTab: typeof import('vant/es')['Tab'];
+    VanTabs: typeof import('vant/es')['Tabs'];
+    VanUploader: typeof import('vant/es')['Uploader'];
   }
 }