代码区域角标

This commit is contained in:
2022-11-03 09:10:30 +08:00
parent d55f08a8c3
commit 08680f9c47
6 changed files with 19 additions and 8 deletions

1
components.d.ts vendored
View File

@@ -8,6 +8,7 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AAlert: typeof import('@arco-design/web-vue')['Alert']
ABadge: typeof import('@arco-design/web-vue')['Badge']
AButton: typeof import('@arco-design/web-vue')['Button']
ACard: typeof import('@arco-design/web-vue')['Card']
ACol: typeof import('@arco-design/web-vue')['Col']