chore: fix snapshot

This commit is contained in:
Evan You 2022-11-08 11:36:16 +08:00
parent a0c7f271a2
commit 1c292e19af
1 changed files with 1 additions and 1 deletions

View File

@ -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;