This commit is contained in:
2022-11-03 05:31:40 +08:00
parent a5be8ff5cf
commit 789afd20a4
7 changed files with 9 additions and 23 deletions

1
components.d.ts vendored
View File

@@ -28,6 +28,5 @@ declare module '@vue/runtime-core' {
ASelect: typeof import('@arco-design/web-vue')['Select']
ASlider: typeof import('@arco-design/web-vue')['Slider']
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
Hello: typeof import('./src/components/hello.vue')['default']
}
}