chore: update snapshots

This commit is contained in:
Evan You 2023-10-23 15:15:18 +08:00
parent c22363425a
commit af9a10f3c1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Vitest Snapshot v1 // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`SFC analyze <script> bindings > auto name inference > basic 1`] = ` exports[`SFC analyze <script> bindings > auto name inference > basic 1`] = `
"export default { "export default {
@ -294,7 +294,7 @@ exports[`SFC compile <script setup> > defineProps/defineEmits in multi-variable
emits: ['a'], emits: ['a'],
setup(__props, { emit }) { setup(__props, { emit }) {
const props = __props const props = __props;
const a = 1; const a = 1;

View File

@ -1,4 +1,4 @@
// Vitest Snapshot v1 // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`CSS vars injection > codegen > <script> w/ default export 1`] = ` exports[`CSS vars injection > codegen > <script> w/ default export 1`] = `
"const __default__ = { setup() {} } "const __default__ = { setup() {} }