1
1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
3
- exports [` sfc props transform > aliasing 1` ] = `
3
+ exports [` sfc reactive props destructure > aliasing 1` ] = `
4
4
"import { toDisplayString as _toDisplayString } from \\ "vue\\ "
5
5
6
6
@@ -20,7 +20,7 @@ return (_ctx, _cache) => {
20
20
} "
21
21
` ;
22
22
23
- exports [` sfc props transform > basic usage 1` ] = `
23
+ exports [` sfc reactive props destructure > basic usage 1` ] = `
24
24
"import { toDisplayString as _toDisplayString } from \\ "vue\\ "
25
25
26
26
@@ -39,7 +39,7 @@ return (_ctx, _cache) => {
39
39
} "
40
40
` ;
41
41
42
- exports [` sfc props transform > computed static key 1` ] = `
42
+ exports [` sfc reactive props destructure > computed static key 1` ] = `
43
43
"import { toDisplayString as _toDisplayString } from \\ "vue\\ "
44
44
45
45
@@ -58,7 +58,7 @@ return (_ctx, _cache) => {
58
58
} "
59
59
` ;
60
60
61
- exports [` sfc props transform > default values w/ array runtime declaration 1` ] = `
61
+ exports [` sfc reactive props destructure > default values w/ array runtime declaration 1` ] = `
62
62
"import { mergeDefaults as _mergeDefaults } from 'vue'
63
63
64
64
export default {
@@ -77,7 +77,7 @@ return () => {}
77
77
} "
78
78
` ;
79
79
80
- exports [` sfc props transform > default values w/ object runtime declaration 1` ] = `
80
+ exports [` sfc reactive props destructure > default values w/ object runtime declaration 1` ] = `
81
81
"import { mergeDefaults as _mergeDefaults } from 'vue'
82
82
83
83
export default {
@@ -97,7 +97,7 @@ return () => {}
97
97
} "
98
98
` ;
99
99
100
- exports [` sfc props transform > default values w/ type declaration 1` ] = `
100
+ exports [` sfc reactive props destructure > default values w/ type declaration 1` ] = `
101
101
"import { defineComponent as _defineComponent } from 'vue'
102
102
103
103
export default /*#__PURE__*/_defineComponent({
@@ -116,7 +116,7 @@ return () => {}
116
116
} )"
117
117
` ;
118
118
119
- exports [` sfc props transform > default values w/ type declaration, prod mode 1` ] = `
119
+ exports [` sfc reactive props destructure > default values w/ type declaration, prod mode 1` ] = `
120
120
"import { defineComponent as _defineComponent } from 'vue'
121
121
122
122
export default /*#__PURE__*/_defineComponent({
@@ -138,7 +138,7 @@ return () => {}
138
138
} )"
139
139
` ;
140
140
141
- exports [` sfc props transform > multiple variable declarations 1` ] = `
141
+ exports [` sfc reactive props destructure > multiple variable declarations 1` ] = `
142
142
"import { toDisplayString as _toDisplayString , openBlock as _openBlock , createElementBlock as _createElementBlock } from \\ "vue\\ "
143
143
144
144
@@ -156,7 +156,7 @@ return (_ctx, _cache) => {
156
156
} "
157
157
` ;
158
158
159
- exports [` sfc props transform > nested scope 1` ] = `
159
+ exports [` sfc reactive props destructure > nested scope 1` ] = `
160
160
"export default {
161
161
props : [' foo' , ' bar' ],
162
162
setup (__props ) {
@@ -173,7 +173,7 @@ return () => {}
173
173
} "
174
174
` ;
175
175
176
- exports [` sfc props transform > non-identifier prop names 1` ] = `
176
+ exports [` sfc reactive props destructure > non-identifier prop names 1` ] = `
177
177
"import { toDisplayString as _toDisplayString } from \\ "vue\\ "
178
178
179
179
@@ -192,7 +192,7 @@ return (_ctx, _cache) => {
192
192
} "
193
193
` ;
194
194
195
- exports [` sfc props transform > rest spread 1` ] = `
195
+ exports [` sfc reactive props destructure > rest spread 1` ] = `
196
196
"import { createPropsRestProxy as _createPropsRestProxy } from 'vue'
197
197
198
198
export default {
0 commit comments