|
|
|
@ -5,6 +5,7 @@ import '@vue/runtime-core' |
|
|
|
|
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
export interface GlobalComponents { |
|
|
|
AAlert: typeof import('ant-design-vue/es')['Alert'] |
|
|
|
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb'] |
|
|
|
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem'] |
|
|
|
AButton: typeof import('ant-design-vue/es')['Button'] |
|
|
|
@ -18,8 +19,11 @@ declare module '@vue/runtime-core' { |
|
|
|
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider'] |
|
|
|
AMenu: typeof import('ant-design-vue/es')['Menu'] |
|
|
|
AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] |
|
|
|
AModal: typeof import('ant-design-vue/es')['Modal'] |
|
|
|
ASubMenu: typeof import('ant-design-vue/es')['SubMenu'] |
|
|
|
ATable: typeof import('ant-design-vue/es')['Table'] |
|
|
|
ATag: typeof import('ant-design-vue/es')['Tag'] |
|
|
|
ATextarea: typeof import('ant-design-vue/es')['Textarea'] |
|
|
|
RouterLink: typeof import('vue-router')['RouterLink'] |
|
|
|
RouterView: typeof import('vue-router')['RouterView'] |
|
|
|
Screenfull: typeof import('./components/Screenfull/index.vue')['default'] |
|
|
|
|