浏览代码

feat: compnents

zhangjie 1 月之前
父节点
当前提交
2298a1f86f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      components.d.ts

+ 0 - 1
components.d.ts

@@ -7,7 +7,6 @@ export {}
 
 
 declare module '@vue/runtime-core' {
 declare module '@vue/runtime-core' {
   export interface GlobalComponents {
   export interface GlobalComponents {
-    AAlert: typeof import('ant-design-vue/es')['Alert']
     Abnormal: typeof import('./src/components/Abnormal.vue')['default']
     Abnormal: typeof import('./src/components/Abnormal.vue')['default']
     AButton: typeof import('ant-design-vue/es')['Button']
     AButton: typeof import('ant-design-vue/es')['Button']
     ACol: typeof import('ant-design-vue/es')['Col']
     ACol: typeof import('ant-design-vue/es')['Col']