File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ export {}
7
7
8
8
declare module '@vue/runtime-core' {
9
9
export interface GlobalComponents {
10
- ElButton : typeof import ( 'element-plus/es' ) [ 'ElButton' ]
11
- ElForm : typeof import ( 'element-plus/es' ) [ 'ElForm' ]
12
- ElFormItem : typeof import ( 'element-plus/es' ) [ 'ElFormItem' ]
13
- ElInput : typeof import ( 'element-plus/es' ) [ 'ElInput' ]
14
- ElScrollbar : typeof import ( 'element-plus/es' ) [ 'ElScrollbar' ]
15
10
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
16
11
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
17
12
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import GlitchWidgetDefine from "./Glitch.widget";
3
3
const url = GlitchWidgetDefine . url ;
4
4
const name = GlitchWidgetDefine . name ;
5
5
6
- const configUrl = GlitchWidgetDefine . configUrl ;
6
+ const configUrl = GlitchWidgetDefine . configUrl ! ;
7
7
8
8
const GlitchWidgetRoutes = [
9
9
{
You can’t perform that action at this time.
0 commit comments