|
|
|
@ -8,7 +8,6 @@ export {}
|
|
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
|
export interface GlobalComponents { |
|
|
|
|
AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete'] |
|
|
|
|
AAvatar: typeof import('ant-design-vue/es')['Avatar'] |
|
|
|
|
AButton: typeof import('ant-design-vue/es')['Button'] |
|
|
|
|
ACard: typeof import('ant-design-vue/es')['Card'] |
|
|
|
|
ACheckbox: typeof import('ant-design-vue/es')['Checkbox'] |
|
|
|
@ -40,16 +39,13 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
ASpace: typeof import('ant-design-vue/es')['Space'] |
|
|
|
|
ASpin: typeof import('ant-design-vue/es')['Spin'] |
|
|
|
|
ASubMenu: typeof import('ant-design-vue/es')['SubMenu'] |
|
|
|
|
ASwitch: typeof import('ant-design-vue/es')['Switch'] |
|
|
|
|
ATable: typeof import('ant-design-vue/es')['Table'] |
|
|
|
|
ATableColumn: typeof import('ant-design-vue/es')['TableColumn'] |
|
|
|
|
ATableColumnGroup: typeof import('ant-design-vue/es')['TableColumnGroup'] |
|
|
|
|
ATabPane: typeof import('ant-design-vue/es')['TabPane'] |
|
|
|
|
ATabs: typeof import('ant-design-vue/es')['Tabs'] |
|
|
|
|
ATag: typeof import('ant-design-vue/es')['Tag'] |
|
|
|
|
ATextarea: typeof import('ant-design-vue/es')['Textarea'] |
|
|
|
|
ATooltip: typeof import('ant-design-vue/es')['Tooltip'] |
|
|
|
|
ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle'] |
|
|
|
|
AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger'] |
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink'] |
|
|
|
|
RouterView: typeof import('vue-router')['RouterView'] |
|
|
|
|