Skip to content

Commit 6ea1fd7

Browse files
committed
22.12.21
1 parent 784d72d commit 6ea1fd7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

components.d.ts

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ export {}
77

88
declare module '@vue/runtime-core' {
99
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']
1510
RouterLink: typeof import('vue-router')['RouterLink']
1611
RouterView: typeof import('vue-router')['RouterView']
1712
}

src/widgets/glitch/GlitchWidgetRoutes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import GlitchWidgetDefine from "./Glitch.widget";
33
const url = GlitchWidgetDefine.url;
44
const name = GlitchWidgetDefine.name;
55

6-
const configUrl = GlitchWidgetDefine.configUrl;
6+
const configUrl = GlitchWidgetDefine.configUrl!;
77

88
const GlitchWidgetRoutes = [
99
{

0 commit comments

Comments
 (0)