Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 23, 2023
1 parent c223634 commit af9a10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -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`] = `
"export default {
Expand Down Expand Up @@ -294,7 +294,7 @@ exports[`SFC compile <script setup> > defineProps/defineEmits in multi-variable
emits: ['a'],
setup(__props, { emit }) {
const props = __props
const props = __props;
const a = 1;
Expand Down
@@ -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`] = `
"const __default__ = { setup() {} }
Expand Down

0 comments on commit af9a10f

Please sign in to comment.