Skip to content

Commit

Permalink
chore: re-generate components.d.ts of example vite-vue3 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Jul 6, 2022
1 parent 8a94f06 commit 5268755
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/vite-vue3/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
Avatar: typeof import('./src/components/global/avatar.vue')['default']
Book: typeof import('./src/components/book/index.vue')['default']
CollapseCollapseFolderAndCollapseFolderAndComponentPrefixes: typeof import('./src/components/collapse/collapseFolderAnd/CollapseFolderAndComponentPrefixes.vue')['default']
ComponentA: typeof import('./src/components/ComponentA.vue')['default']
ComponentAsync: typeof import('./src/components/ComponentAsync.vue')['default']
ComponentB: typeof import('./src/components/ComponentB.vue')['default']
Expand All @@ -18,7 +22,7 @@ declare module '@vue/runtime-core' {
IRiApps2Line: typeof import('~icons/ri/apps2-line')['default']
MarkdownA: typeof import('./src/components/MarkdownA.md')['default']
MarkdownB: typeof import('./src/components/MarkdownB.md')['default']
MyCustom: typeof import('./../../../../../../src/CustomResolved.vue')['default']
MyCustom: typeof import('./../../../../../src/CustomResolved.vue')['default']
Recursive: typeof import('./src/components/Recursive.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand All @@ -29,5 +33,3 @@ declare module '@vue/runtime-core' {
VanRate: typeof import('vant/es')['Rate']
}
}

export { }

0 comments on commit 5268755

Please sign in to comment.