3
3
exports [` dts > components only 1` ] = `
4
4
"/* eslint-disable */
5
5
/* prettier-ignore */
6
- // generated by unplugin-vue-components
7
- // We suggest you to commit this file into source control
6
+ // @ts-nocheck
7
+ // Generated by unplugin-vue-components
8
8
// Read more: https://github.com/vuejs/core/pull/3399
9
9
import '@vue/runtime-core'
10
10
@@ -23,8 +23,8 @@ declare module '@vue/runtime-core' {
23
23
exports [` dts > directive only 1` ] = `
24
24
"/* eslint-disable */
25
25
/* prettier-ignore */
26
- // generated by unplugin-vue-components
27
- // We suggest you to commit this file into source control
26
+ // @ts-nocheck
27
+ // Generated by unplugin-vue-components
28
28
// Read more: https://github.com/vuejs/core/pull/3399
29
29
import '@vue/runtime-core'
30
30
@@ -41,8 +41,8 @@ declare module '@vue/runtime-core' {
41
41
exports [` dts > getDeclaration 1` ] = `
42
42
"/* eslint-disable */
43
43
/* prettier-ignore */
44
- // generated by unplugin-vue-components
45
- // We suggest you to commit this file into source control
44
+ // @ts-nocheck
45
+ // Generated by unplugin-vue-components
46
46
// Read more: https://github.com/vuejs/core/pull/3399
47
47
import '@vue/runtime-core'
48
48
@@ -101,8 +101,8 @@ exports[`dts > parseDeclaration 1`] = `
101
101
exports [` dts > vue 2.7 components only 1` ] = `
102
102
"/* eslint-disable */
103
103
/* prettier-ignore */
104
- // generated by unplugin-vue-components
105
- // We suggest you to commit this file into source control
104
+ // @ts-nocheck
105
+ // Generated by unplugin-vue-components
106
106
// Read more: https://github.com/vuejs/core/pull/3399
107
107
export { }
108
108
@@ -119,8 +119,8 @@ declare module 'vue' {
119
119
exports [` dts > writeDeclaration - keep unused 1` ] = `
120
120
"/* eslint-disable */
121
121
/* prettier-ignore */
122
- // generated by unplugin-vue-components
123
- // We suggest you to commit this file into source control
122
+ // @ts-nocheck
123
+ // Generated by unplugin-vue-components
124
124
// Read more: https://github.com/vuejs/core/pull/3399
125
125
import '@vue/runtime-core'
126
126
@@ -145,8 +145,8 @@ declare module '@vue/runtime-core' {
145
145
exports [` dts > writeDeclaration 1` ] = `
146
146
"/* eslint-disable */
147
147
/* prettier-ignore */
148
- // generated by unplugin-vue-components
149
- // We suggest you to commit this file into source control
148
+ // @ts-nocheck
149
+ // Generated by unplugin-vue-components
150
150
// Read more: https://github.com/vuejs/core/pull/3399
151
151
import '@vue/runtime-core'
152
152
0 commit comments