Skip to content

Commit 5268755

Browse files
authored
chore: re-generate components.d.ts of example vite-vue3 (#449)
1 parent 8a94f06 commit 5268755

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/vite-vue3/components.d.ts

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
// generated by unplugin-vue-components
22
// 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 {}
47

58
declare module '@vue/runtime-core' {
69
export interface GlobalComponents {
710
Avatar: typeof import('./src/components/global/avatar.vue')['default']
811
Book: typeof import('./src/components/book/index.vue')['default']
12+
CollapseCollapseFolderAndCollapseFolderAndComponentPrefixes: typeof import('./src/components/collapse/collapseFolderAnd/CollapseFolderAndComponentPrefixes.vue')['default']
913
ComponentA: typeof import('./src/components/ComponentA.vue')['default']
1014
ComponentAsync: typeof import('./src/components/ComponentAsync.vue')['default']
1115
ComponentB: typeof import('./src/components/ComponentB.vue')['default']
@@ -18,7 +22,7 @@ declare module '@vue/runtime-core' {
1822
IRiApps2Line: typeof import('~icons/ri/apps2-line')['default']
1923
MarkdownA: typeof import('./src/components/MarkdownA.md')['default']
2024
MarkdownB: typeof import('./src/components/MarkdownB.md')['default']
21-
MyCustom: typeof import('./../../../../../../src/CustomResolved.vue')['default']
25+
MyCustom: typeof import('./../../../../../src/CustomResolved.vue')['default']
2226
Recursive: typeof import('./src/components/Recursive.vue')['default']
2327
RouterLink: typeof import('vue-router')['RouterLink']
2428
RouterView: typeof import('vue-router')['RouterView']
@@ -29,5 +33,3 @@ declare module '@vue/runtime-core' {
2933
VanRate: typeof import('vant/es')['Rate']
3034
}
3135
}
32-
33-
export { }

0 commit comments

Comments
 (0)