1
1
// generated by unplugin-vue-components
2
2
// We suggest you to commit this file into source control
3
- // Read more: https://github.com/vuejs/vue-next/pull/3399
3
+ // Read more: https://github.com/vuejs/core/pull/3399
4
+ import '@vue/runtime-core'
5
+
6
+ export { }
4
7
5
8
declare module '@vue/runtime-core' {
6
9
export interface GlobalComponents {
7
10
Avatar : typeof import ( './src/components/global/avatar.vue' ) [ 'default' ]
8
11
Book : typeof import ( './src/components/book/index.vue' ) [ 'default' ]
12
+ CollapseCollapseFolderAndCollapseFolderAndComponentPrefixes : typeof import ( './src/components/collapse/collapseFolderAnd/CollapseFolderAndComponentPrefixes.vue' ) [ 'default' ]
9
13
ComponentA : typeof import ( './src/components/ComponentA.vue' ) [ 'default' ]
10
14
ComponentAsync : typeof import ( './src/components/ComponentAsync.vue' ) [ 'default' ]
11
15
ComponentB : typeof import ( './src/components/ComponentB.vue' ) [ 'default' ]
@@ -18,7 +22,7 @@ declare module '@vue/runtime-core' {
18
22
IRiApps2Line : typeof import ( '~icons/ri/apps2-line' ) [ 'default' ]
19
23
MarkdownA : typeof import ( './src/components/MarkdownA.md' ) [ 'default' ]
20
24
MarkdownB : typeof import ( './src/components/MarkdownB.md' ) [ 'default' ]
21
- MyCustom : typeof import ( './../../../../../../ src/CustomResolved.vue' ) [ 'default' ]
25
+ MyCustom : typeof import ( './../../../../../src/CustomResolved.vue' ) [ 'default' ]
22
26
Recursive : typeof import ( './src/components/Recursive.vue' ) [ 'default' ]
23
27
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
24
28
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
@@ -29,5 +33,3 @@ declare module '@vue/runtime-core' {
29
33
VanRate : typeof import ( 'vant/es' ) [ 'Rate' ]
30
34
}
31
35
}
32
-
33
- export { }
0 commit comments