Skip to content

Commit 828d4a4

Browse files
authoredOct 14, 2024··
fix(test): update snapshot (#12169)
1 parent a038505 commit 828d4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/compiler-sfc/__tests__/compileScript/__snapshots__/defineProps.spec.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ type Foo = {
249249
y: string
250250
}
251251
252-
export default /*#__PURE__*/_defineComponent({
252+
export default /*@__PURE__*/_defineComponent({
253253
props: {
254254
z: { type: Number, required: true },
255255
y: { type: String, required: true },
@@ -310,7 +310,7 @@ type Foo = {
310310
y: string;
311311
};
312312
313-
export default /*#__PURE__*/_defineComponent({
313+
export default /*@__PURE__*/_defineComponent({
314314
props: {
315315
x: { type: Number, required: false },
316316
y: { type: String, required: true }

0 commit comments

Comments
 (0)
Please sign in to comment.