-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathcomponents.d.ts
32 lines (30 loc) · 1.41 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AppContainer: typeof import('./src/components/AppContainer/index.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
Navbar: typeof import('./src/components/Navbar.vue')['default']
Recommend: typeof import('./src/components/Recommend.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VanButton: typeof import('vant/es')['Button']
VanEmpty: typeof import('vant/es')['Empty']
VanField: typeof import('vant/es')['Field']
VanIcon: typeof import('vant/es')['Icon']
VanList: typeof import('vant/es')['List']
VanNavBar: typeof import('vant/es')['NavBar']
VanPopover: typeof import('vant/es')['Popover']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeCell: typeof import('vant/es')['SwipeCell']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
VanTab: typeof import('vant/es')['Tab']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
VanTabs: typeof import('vant/es')['Tabs']
VanUploader: typeof import('vant/es')['Uploader']
}
}