Skip to content

Commit

Permalink
chore: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 8, 2022
1 parent a0c7f27 commit 1c292e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;

Expand Down

0 comments on commit 1c292e1

Please sign in to comment.