Skip to content

Commit

Permalink
chore: add missing snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 22, 2021
1 parent a137da8 commit 65f8c82
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ return { a }
}"
`;
exports[`SFC compile <script setup> defineEmit() (deprecated) 1`] = `
"export default {
expose: [],
emits: ['foo', 'bar'],
setup(__props, { emit: myEmit }) {
return { myEmit }
}
}"
`;
exports[`SFC compile <script setup> defineEmits() 1`] = `
"export default {
expose: [],
Expand Down

0 comments on commit 65f8c82

Please sign in to comment.