1
1
// Vitest Snapshot v1
2
2
3
3
exports [` dts > components only 1` ] = `
4
- "// generated by unplugin-vue-components
4
+ "/* eslint-disable */
5
+ /* prettier-ignore */
6
+ // generated by unplugin-vue-components
5
7
// We suggest you to commit this file into source control
6
8
// Read more: https://github.com/vuejs/core/pull/3399
7
9
import '@vue/runtime-core'
@@ -19,7 +21,9 @@ declare module '@vue/runtime-core' {
19
21
` ;
20
22
21
23
exports [` dts > directive only 1` ] = `
22
- "// generated by unplugin-vue-components
24
+ "/* eslint-disable */
25
+ /* prettier-ignore */
26
+ // generated by unplugin-vue-components
23
27
// We suggest you to commit this file into source control
24
28
// Read more: https://github.com/vuejs/core/pull/3399
25
29
import '@vue/runtime-core'
@@ -35,7 +39,9 @@ declare module '@vue/runtime-core' {
35
39
` ;
36
40
37
41
exports [` dts > getDeclaration 1` ] = `
38
- "// generated by unplugin-vue-components
42
+ "/* eslint-disable */
43
+ /* prettier-ignore */
44
+ // generated by unplugin-vue-components
39
45
// We suggest you to commit this file into source control
40
46
// Read more: https://github.com/vuejs/core/pull/3399
41
47
import '@vue/runtime-core'
@@ -93,7 +99,9 @@ exports[`dts > parseDeclaration 1`] = `
93
99
` ;
94
100
95
101
exports [` dts > vue 2.7 components only 1` ] = `
96
- "// generated by unplugin-vue-components
102
+ "/* eslint-disable */
103
+ /* prettier-ignore */
104
+ // generated by unplugin-vue-components
97
105
// We suggest you to commit this file into source control
98
106
// Read more: https://github.com/vuejs/core/pull/3399
99
107
export { }
@@ -109,7 +117,9 @@ declare module 'vue' {
109
117
` ;
110
118
111
119
exports [` dts > writeDeclaration - keep unused 1` ] = `
112
- "// generated by unplugin-vue-components
120
+ "/* eslint-disable */
121
+ /* prettier-ignore */
122
+ // generated by unplugin-vue-components
113
123
// We suggest you to commit this file into source control
114
124
// Read more: https://github.com/vuejs/core/pull/3399
115
125
import '@vue/runtime-core'
@@ -133,7 +143,9 @@ declare module '@vue/runtime-core' {
133
143
` ;
134
144
135
145
exports [` dts > writeDeclaration 1` ] = `
136
- "// generated by unplugin-vue-components
146
+ "/* eslint-disable */
147
+ /* prettier-ignore */
148
+ // generated by unplugin-vue-components
137
149
// We suggest you to commit this file into source control
138
150
// Read more: https://github.com/vuejs/core/pull/3399
139
151
import '@vue/runtime-core'
0 commit comments