mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
chore: update snapshots
This commit is contained in:
parent
c22363425a
commit
af9a10f3c1
@ -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;
|
||||||
|
|
||||||
|
@ -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() {} }
|
||||||
|
Loading…
Reference in New Issue
Block a user