|
@@ -10,7 +10,7 @@ export {}
|
|
|
declare module '@vue/runtime-core' {
|
|
|
export interface GlobalComponents {
|
|
|
Confirm: typeof import('./src/components/Toast/Confirm.vue')['default']
|
|
|
- copy: typeof import('./src/components/pc copy/index.vue')['default']
|
|
|
+ copy: typeof import('./src/components/mobile/index.vue')['default']
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
|
|
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
@@ -41,7 +41,7 @@ declare module '@vue/runtime-core' {
|
|
|
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
|
|
Mobile: typeof import('./src/components/mobile/index.vue')['default']
|
|
|
Pc: typeof import('./src/components/pc/index.vue')['default']
|
|
|
- Popup: typeof import('./src/components/popup/index.vue')['default']
|
|
|
+ Popup: typeof import('./sr./src/components/mobile/index.vuefault']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
|