2
2
3
3
exports [` dts > components only 1` ] = `
4
4
"/* eslint-disable */
5
- /* prettier-ignore */
6
5
// @ts-nocheck
7
6
// Generated by unplugin-vue-components
8
7
// Read more: https://github.com/vuejs/core/pull/3399
9
8
export { }
10
9
10
+ /* prettier-ignore */
11
11
declare module 'vue' {
12
12
export interface GlobalComponents {
13
13
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -20,12 +20,12 @@ declare module 'vue' {
20
20
21
21
exports [` dts > directive only 1` ] = `
22
22
"/* eslint-disable */
23
- /* prettier-ignore */
24
23
// @ts-nocheck
25
24
// Generated by unplugin-vue-components
26
25
// Read more: https://github.com/vuejs/core/pull/3399
27
26
export { }
28
27
28
+ /* prettier-ignore */
29
29
declare module 'vue' {
30
30
export interface ComponentCustomProperties {
31
31
vLoading: typeof import (' test/directive/Loading' )[' default' ]
@@ -36,12 +36,12 @@ declare module 'vue' {
36
36
37
37
exports [` dts > getDeclaration 1` ] = `
38
38
"/* eslint-disable */
39
- /* prettier-ignore */
40
39
// @ts-nocheck
41
40
// Generated by unplugin-vue-components
42
41
// Read more: https://github.com/vuejs/core/pull/3399
43
42
export { }
44
43
44
+ /* prettier-ignore */
45
45
declare module 'vue' {
46
46
export interface GlobalComponents {
47
47
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -94,12 +94,12 @@ exports[`dts > parseDeclaration 1`] = `
94
94
95
95
exports [` dts > vue 2.7 components only 1` ] = `
96
96
"/* eslint-disable */
97
- /* prettier-ignore */
98
97
// @ts-nocheck
99
98
// Generated by unplugin-vue-components
100
99
// Read more: https://github.com/vuejs/core/pull/3399
101
100
export { }
102
101
102
+ /* prettier-ignore */
103
103
declare module 'vue' {
104
104
export interface GlobalComponents {
105
105
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -112,12 +112,12 @@ declare module 'vue' {
112
112
113
113
exports [` dts > writeDeclaration - keep unused 1` ] = `
114
114
"/* eslint-disable */
115
- /* prettier-ignore */
116
115
// @ts-nocheck
117
116
// Generated by unplugin-vue-components
118
117
// Read more: https://github.com/vuejs/core/pull/3399
119
118
export { }
120
119
120
+ /* prettier-ignore */
121
121
declare module 'vue' {
122
122
export interface GlobalComponents {
123
123
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -136,12 +136,12 @@ declare module 'vue' {
136
136
137
137
exports [` dts > writeDeclaration 1` ] = `
138
138
"/* eslint-disable */
139
- /* prettier-ignore */
140
139
// @ts-nocheck
141
140
// Generated by unplugin-vue-components
142
141
// Read more: https://github.com/vuejs/core/pull/3399
143
142
export { }
144
143
144
+ /* prettier-ignore */
145
145
declare module 'vue' {
146
146
export interface GlobalComponents {
147
147
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
0 commit comments