瀏覽代碼

航司 公司 机场

chenrui  2 年之前
父節點
當前提交
28b6ff7879
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components.d.ts

+ 1 - 0
components.d.ts

@@ -5,6 +5,7 @@ import '@vue/runtime-core'
 
 declare module '@vue/runtime-core' {
   export interface GlobalComponents {
+    AutomaticPop: typeof import('./src/components/automaticPop/index.vue')['default']
     Dialog: typeof import('./src/components/dialog/index.vue')['default']
     ElSvgIcon: typeof import('./src/components/ElSvgIcon.vue')['default']
     Minheader: typeof import('./src/components/minheader/index.vue')['default']