商品子页面完善
This commit is contained in:
6
Yi.Vue3.x.Vant/components.d.ts
vendored
6
Yi.Vue3.x.Vant/components.d.ts
vendored
@@ -7,14 +7,19 @@ export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
AppCard: typeof import('./src/components/AppCard.vue')['default']
|
||||
AppCreateTime: typeof import('./src/components/AppCreateTime.vue')['default']
|
||||
AppGrid: typeof import('./src/components/AppGrid.vue')['default']
|
||||
AppUserIcon: typeof import('./src/components/AppUserIcon.vue')['default']
|
||||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
VanActionBar: typeof import('vant/es')['ActionBar']
|
||||
VanActionBarButton: typeof import('vant/es')['ActionBarButton']
|
||||
VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
|
||||
VanActionSheet: typeof import('vant/es')['ActionSheet']
|
||||
VanButton: typeof import('vant/es')['Button']
|
||||
VanCell: typeof import('vant/es')['Cell']
|
||||
VanCellGroup: typeof import('vant/es')['CellGroup']
|
||||
VanCol: typeof import('vant/es')['Col']
|
||||
VanDivider: typeof import('vant/es')['Divider']
|
||||
@@ -26,6 +31,7 @@ declare module '@vue/runtime-core' {
|
||||
VanList: typeof import('vant/es')['List']
|
||||
VanLoading: typeof import('vant/es')['Loading']
|
||||
VanNavBar: typeof import('vant/es')['NavBar']
|
||||
VanPopup: typeof import('vant/es')['Popup']
|
||||
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
||||
VanRow: typeof import('vant/es')['Row']
|
||||
VanSticky: typeof import('vant/es')['Sticky']
|
||||
|
||||
Reference in New Issue
Block a user