|
@@ -0,0 +1,39 @@
|
|
1
|
+// generated by unplugin-vue-components
|
|
2
|
+// We suggest you to commit this file into source control
|
|
3
|
+// Read more: https://github.com/vuejs/core/pull/3399
|
|
4
|
+import '@vue/runtime-core'
|
|
5
|
+
|
|
6
|
+export {}
|
|
7
|
+
|
|
8
|
+declare module '@vue/runtime-core' {
|
|
9
|
+ export interface GlobalComponents {
|
|
10
|
+ ElButton: typeof import('element-plus/es')['ElButton']
|
|
11
|
+ ElOption: typeof import('element-plus/es')['ElOption']
|
|
12
|
+ ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
13
|
+ HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
14
|
+ NoData: typeof import('./src/components/noData.vue')['default']
|
|
15
|
+ RouterLink: typeof import('vue-router')['RouterLink']
|
|
16
|
+ RouterView: typeof import('vue-router')['RouterView']
|
|
17
|
+ Tag: typeof import('./src/components/tag.vue')['default']
|
|
18
|
+ TestCom: typeof import('./src/components/TestCom.vue')['default']
|
|
19
|
+ VanActionSheet: typeof import('vant/es')['ActionSheet']
|
|
20
|
+ VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
21
|
+ VanCollapse: typeof import('vant/es')['Collapse']
|
|
22
|
+ VanCollapseItem: typeof import('vant/es')['CollapseItem']
|
|
23
|
+ VanDialog: typeof import('vant/es')['Dialog']
|
|
24
|
+ VanEmpty: typeof import('vant/es')['Empty']
|
|
25
|
+ VanField: typeof import('vant/es')['Field']
|
|
26
|
+ VanIcon: typeof import('vant/es')['Icon']
|
|
27
|
+ VanList: typeof import('vant/es')['List']
|
|
28
|
+ VanLoading: typeof import('vant/es')['Loading']
|
|
29
|
+ VanOverlay: typeof import('vant/es')['Overlay']
|
|
30
|
+ VanPopover: typeof import('vant/es')['Popover']
|
|
31
|
+ VanSearch: typeof import('vant/es')['Search']
|
|
32
|
+ VanTab: typeof import('vant/es')['Tab']
|
|
33
|
+ VanTabs: typeof import('vant/es')['Tabs']
|
|
34
|
+ }
|
|
35
|
+ export interface ComponentCustomProperties {
|
|
36
|
+ vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
|
|
37
|
+ vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
38
|
+ }
|
|
39
|
+}
|