fix:卡片scheme修改与依赖修改

This commit is contained in:
lhj
2024-09-23 23:17:25 +08:00
parent 67aef1df33
commit 1bf75d3611
6 changed files with 78 additions and 15 deletions

8
components.d.ts vendored
View File

@ -7,19 +7,11 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AButton: typeof import('@arco-design/web-vue')['Button']
AInput: typeof import('@arco-design/web-vue')['Input']
ARate: typeof import('@arco-design/web-vue')['Rate']
AScrollbar: typeof import('@arco-design/web-vue')['Scrollbar']
ASwitch: typeof import('@arco-design/web-vue')['Switch']
ATable: typeof import('@arco-design/web-vue')['Table']
DynamicComponent: typeof import('./src/components/DynamicComponent.vue')['default']
ElTable: typeof import('./src/components/ElTable.vue')['default']
FunctionalIcons: typeof import('./src/components/FunctionalIcons.vue')['default']
NestedDirective: typeof import('./src/components/NestedDirective.vue')['default']
NestedFunction: typeof import('./src/components/NestedFunction.vue')['default']
TestComponent: typeof import('./src/components/TestComponent.vue')['default']
TestParentComponent: typeof import('./src/components/TestParentComponent.vue')['default']
VueDemo: typeof import('./src/components/VueDemo.vue')['default']
}
}