File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,8 @@ export {}
99declare module 'vue' {
1010 export interface GlobalComponents {
1111 HelloWorld : typeof import ( './../components/HelloWorld.vue' ) [ 'default' ]
12- IconCommunity : typeof import ( './../components/icons/IconCommunity.vue' ) [ 'default' ]
13- IconDocumentation : typeof import ( './../components/icons/IconDocumentation.vue' ) [ 'default' ]
14- IconEcosystem : typeof import ( './../components/icons/IconEcosystem.vue' ) [ 'default' ]
15- IconSupport : typeof import ( './../components/icons/IconSupport.vue' ) [ 'default' ]
16- IconTooling : typeof import ( './../components/icons/IconTooling.vue' ) [ 'default' ]
1712 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
1813 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
1914 TheWelcome : typeof import ( './../components/TheWelcome.vue' ) [ 'default' ]
20- WelcomeItem : typeof import ( './../components/WelcomeItem.vue' ) [ 'default' ]
2115 }
2216}
You can’t perform that action at this time.
0 commit comments