@@ -6,11 +6,9 @@ exports[`dts > components only 1`] = `
66// @ts-nocheck
77// Generated by unplugin-vue-components
88// Read more: https://github.com/vuejs/core/pull/3399
9- import '@vue/runtime-core'
10-
119export { }
1210
13- declare module '@ vue/runtime-core ' {
11+ declare module 'vue' {
1412 export interface GlobalComponents {
1513 RouterLink: typeof import (' vue-router' )[' RouterLink' ]
1614 RouterView: typeof import (' vue-router' )[' RouterView' ]
@@ -26,11 +24,9 @@ exports[`dts > directive only 1`] = `
2624// @ts-nocheck
2725// Generated by unplugin-vue-components
2826// Read more: https://github.com/vuejs/core/pull/3399
29- import '@vue/runtime-core'
30-
3127export { }
3228
33- declare module '@ vue/runtime-core ' {
29+ declare module 'vue' {
3430 export interface ComponentCustomProperties {
3531 vLoading: typeof import (' test/directive/Loading' )[' default' ]
3632 }
@@ -44,11 +40,9 @@ exports[`dts > getDeclaration 1`] = `
4440// @ts-nocheck
4541// Generated by unplugin-vue-components
4642// Read more: https://github.com/vuejs/core/pull/3399
47- import '@vue/runtime-core'
48-
4943export { }
5044
51- declare module '@ vue/runtime-core ' {
45+ declare module 'vue' {
5246 export interface GlobalComponents {
5347 RouterLink: typeof import (' vue-router' )[' RouterLink' ]
5448 RouterView: typeof import (' vue-router' )[' RouterView' ]
@@ -122,11 +116,9 @@ exports[`dts > writeDeclaration - keep unused 1`] = `
122116// @ts-nocheck
123117// Generated by unplugin-vue-components
124118// Read more: https://github.com/vuejs/core/pull/3399
125- import '@vue/runtime-core'
126-
127119export { }
128120
129- declare module '@ vue/runtime-core ' {
121+ declare module 'vue' {
130122 export interface GlobalComponents {
131123 RouterLink: typeof import (' vue-router' )[' RouterLink' ]
132124 RouterView: typeof import (' vue-router' )[' RouterView' ]
@@ -148,11 +140,9 @@ exports[`dts > writeDeclaration 1`] = `
148140// @ts-nocheck
149141// Generated by unplugin-vue-components
150142// Read more: https://github.com/vuejs/core/pull/3399
151- import '@vue/runtime-core'
152-
153143export { }
154144
155- declare module '@ vue/runtime-core ' {
145+ declare module 'vue' {
156146 export interface GlobalComponents {
157147 RouterLink: typeof import (' vue-router' )[' RouterLink' ]
158148 RouterView: typeof import (' vue-router' )[' RouterView' ]
0 commit comments