mirror of https://github.com/vuejs/core.git
chore: fix snapshot
This commit is contained in:
parent
a0c7f271a2
commit
1c292e19af
|
@ -727,7 +727,7 @@ exports[`SFC compile <script setup> defineProps/defineEmits in multi-variable de
|
|||
setup(__props, { expose, emit }) {
|
||||
expose();
|
||||
|
||||
const props = __props
|
||||
const props = __props;
|
||||
|
||||
const a = 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue