|
|
@@ -8,6 +8,7 @@ export {}
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
ElImage: typeof import('element-plus/es')['ElImage']
|
|
|
+ ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
}
|