|
|
|
@ -7,6 +7,7 @@ export {}
|
|
|
|
|
|
|
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
|
export interface GlobalComponents { |
|
|
|
|
AAlert: typeof import('ant-design-vue/es')['Alert'] |
|
|
|
|
AAnchorLink: typeof import('ant-design-vue/es')['AnchorLink'] |
|
|
|
|
AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete'] |
|
|
|
|
AButton: typeof import('ant-design-vue/es')['Button'] |
|
|
|
@ -35,6 +36,7 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
AMenuItemGroup: typeof import('ant-design-vue/es')['MenuItemGroup'] |
|
|
|
|
AModal: typeof import('ant-design-vue/es')['Modal'] |
|
|
|
|
APagination: typeof import('ant-design-vue/es')['Pagination'] |
|
|
|
|
ARate: typeof import('ant-design-vue/es')['Rate'] |
|
|
|
|
ARow: typeof import('ant-design-vue/es')['Row'] |
|
|
|
|
ASelect: typeof import('ant-design-vue/es')['Select'] |
|
|
|
|
ASelectOption: typeof import('ant-design-vue/es')['SelectOption'] |
|
|
|
|