|
@@ -7,32 +7,7 @@ export {}
|
|
|
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
- AppContainer: typeof import('./../components/AppDesign/AppContainer/index.vue')['default']
|
|
|
- AppDesignContainer: typeof import('./../components/AppDesign/AppDesignContainer/index.vue')['default']
|
|
|
- AppScrollContainer: typeof import('./../components/AppDesign/AppScrollContainer/index.vue')['default']
|
|
|
- ConfigItem: typeof import('./../components/AppDesign/components/ConfigItem/index.vue')['default']
|
|
|
- ConfigPayment: typeof import('./../components/AppDesign/BizComponents/Payment/ConfigPayment.vue')['default']
|
|
|
- ConfigPersonalSetting: typeof import('./../components/AppDesign/BizComponents/PersonalSetting/ConfigPersonalSetting.vue')['default']
|
|
|
- Controller: typeof import('./../components/AppDesign/BizComponents/PersonalCenter/Controller.vue')['default']
|
|
|
- CustomerLink: typeof import('./../components/LinkChoseDialog/CustomerLink.vue')['default']
|
|
|
- LinkChoseDialog: typeof import('./../components/LinkChoseDialog/index.vue')['default']
|
|
|
- MallLink: typeof import('./../components/LinkChoseDialog/mall-link.vue')['default']
|
|
|
- Render: typeof import('./../components/AppDesign/BizComponents/PersonalCenter/Render.vue')['default']
|
|
|
- RenderPayment: typeof import('./../components/AppDesign/BizComponents/Payment/RenderPayment.vue')['default']
|
|
|
- RenderPersonalSetting: typeof import('./../components/AppDesign/BizComponents/PersonalSetting/RenderPersonalSetting.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
- StDialog: typeof import('./../components/StDialog/index.vue')['default']
|
|
|
- StPage: typeof import('./../components/StPage/index.vue')['default']
|
|
|
- StTable: typeof import('./../components/StTable/index.vue')['default']
|
|
|
- StTableColumn: typeof import('./../components/StTable/st-table-column.vue')['default']
|
|
|
- StTips: typeof import('./../components/StTips/index.vue')['default']
|
|
|
- StUpload: typeof import('./../components/StUpload/index.vue')['default']
|
|
|
- SwitchDark: typeof import('./../components/SwitchDark/index.vue')['default']
|
|
|
- VanButton: typeof import('vant/es')['Button']
|
|
|
- VanCell: typeof import('vant/es')['Cell']
|
|
|
- VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
- VanIcon: typeof import('vant/es')['Icon']
|
|
|
- VanNavBar: typeof import('vant/es')['NavBar']
|
|
|
}
|
|
|
}
|