@@ -6,11 +6,9 @@ exports[`dts > components only 1`] = `
6
6
// @ts-nocheck
7
7
// Generated by unplugin-vue-components
8
8
// Read more: https://github.com/vuejs/core/pull/3399
9
- import '@vue/runtime-core'
10
-
11
9
export { }
12
10
13
- declare module '@ vue/runtime-core ' {
11
+ declare module 'vue' {
14
12
export interface GlobalComponents {
15
13
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
16
14
RouterView: typeof import (' vue-router' )[' RouterView' ]
@@ -26,11 +24,9 @@ exports[`dts > directive only 1`] = `
26
24
// @ts-nocheck
27
25
// Generated by unplugin-vue-components
28
26
// Read more: https://github.com/vuejs/core/pull/3399
29
- import '@vue/runtime-core'
30
-
31
27
export { }
32
28
33
- declare module '@ vue/runtime-core ' {
29
+ declare module 'vue' {
34
30
export interface ComponentCustomProperties {
35
31
vLoading: typeof import (' test/directive/Loading' )[' default' ]
36
32
}
@@ -44,11 +40,9 @@ exports[`dts > getDeclaration 1`] = `
44
40
// @ts-nocheck
45
41
// Generated by unplugin-vue-components
46
42
// Read more: https://github.com/vuejs/core/pull/3399
47
- import '@vue/runtime-core'
48
-
49
43
export { }
50
44
51
- declare module '@ vue/runtime-core ' {
45
+ declare module 'vue' {
52
46
export interface GlobalComponents {
53
47
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
54
48
RouterView: typeof import (' vue-router' )[' RouterView' ]
@@ -122,11 +116,9 @@ exports[`dts > writeDeclaration - keep unused 1`] = `
122
116
// @ts-nocheck
123
117
// Generated by unplugin-vue-components
124
118
// Read more: https://github.com/vuejs/core/pull/3399
125
- import '@vue/runtime-core'
126
-
127
119
export { }
128
120
129
- declare module '@ vue/runtime-core ' {
121
+ declare module 'vue' {
130
122
export interface GlobalComponents {
131
123
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
132
124
RouterView: typeof import (' vue-router' )[' RouterView' ]
@@ -148,11 +140,9 @@ exports[`dts > writeDeclaration 1`] = `
148
140
// @ts-nocheck
149
141
// Generated by unplugin-vue-components
150
142
// Read more: https://github.com/vuejs/core/pull/3399
151
- import '@vue/runtime-core'
152
-
153
143
export { }
154
144
155
- declare module '@ vue/runtime-core ' {
145
+ declare module 'vue' {
156
146
export interface GlobalComponents {
157
147
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
158
148
RouterView: typeof import (' vue-router' )[' RouterView' ]
0 commit comments