Fri Jun 16 09:40:00 UTC 2023 inscode

上级 af1be976
此差异已折叠。
......@@ -9,12 +9,19 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
HelloWorld: typeof import('./../components/HelloWorld.vue')['default']
IconCommunity: typeof import('./../components/icons/IconCommunity.vue')['default']
IconDocumentation: typeof import('./../components/icons/IconDocumentation.vue')['default']
IconEcosystem: typeof import('./../components/icons/IconEcosystem.vue')['default']
IconSupport: typeof import('./../components/icons/IconSupport.vue')['default']
IconTooling: typeof import('./../components/icons/IconTooling.vue')['default']
ImageVerify: typeof import('./../components/ImageVerify/ImageVerify.vue')['default']
List: typeof import('./../components/common/list.vue')['default']
Refresh: typeof import('./../components/Refresh/index.vue')['default']
RefreshList: typeof import('./../components/refreshList/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheWelcome: typeof import('./../components/TheWelcome.vue')['default']
VanButton: typeof import('vant/es')['Button']
VanCell: typeof import('vant/es')['Cell']
VanCellGroup: typeof import('vant/es')['CellGroup']
......@@ -39,5 +46,6 @@ declare module '@vue/runtime-core' {
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
VanTag: typeof import('vant/es')['Tag']
WelcomeItem: typeof import('./../components/WelcomeItem.vue')['default']
}
}
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册