wip: Upgrade ant-design-vue 3.0

This commit is contained in:
vben
2021-11-10 22:12:10 +08:00
parent 3b3f6c903a
commit 3fcfac1f37
43 changed files with 1133 additions and 862 deletions

6
types/module.d.ts vendored
View File

@@ -10,12 +10,6 @@ declare module 'ant-design-vue/es/locale/*' {
export default locale as Locale & ReadonlyRecordable;
}
declare module 'moment/dist/locale/*' {
import { LocaleSpecification } from 'moment';
const locale: LocaleSpecification & ReadonlyRecordable;
export default locale;
}
declare module 'virtual:*' {
const result: any;
export default result;