|
@@ -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']
|