-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
34 lines (32 loc) · 1.61 KB
/
components.d.ts
File metadata and controls
34 lines (32 loc) · 1.61 KB
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
33
34
// 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 {
'[...all]': typeof import('./src/views/[...all].vue')['default']
AddressForm: typeof import('./src/components/AddressForm.vue')['default']
AddressList: typeof import('./src/components/AddressList.vue')['default']
AddressListItem: typeof import('./src/components/AddressListItem.vue')['default']
EditAddress: typeof import('./src/views/address/editAddress.vue')['default']
LoginForm: typeof import('./src/components/LoginForm.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ShipAddress: typeof import('./src/views/address/shipAddress.vue')['default']
Undefined: typeof import('./src/views/index.vue')['default']
VanArea: typeof import('vant/es')['Area']
VanButton: typeof import('vant/es')['Button']
VanCellGroup: typeof import('vant/es')['CellGroup']
VanEmpty: typeof import('vant/es')['Empty']
VanField: typeof import('vant/es')['Field']
VanForm: typeof import('vant/es')['Form']
VanNavBar: typeof import('vant/es')['NavBar']
VanPopup: typeof import('vant/es')['Popup']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanSkeleton: typeof import('vant/es')['Skeleton']
VanSwitch: typeof import('vant/es')['Switch']
VanTag: typeof import('vant/es')['Tag']
}
}