Skip to content

Commit

Permalink
chore: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and zhangzhonghe committed Apr 12, 2023
1 parent 549c19c commit 937b8f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1507,7 +1507,7 @@ export default /*#__PURE__*/_defineComponent({
x: { type: Number, required: false }
},
setup(__props: any, { expose }) {
expose()
expose();



Expand Down

0 comments on commit 937b8f0

Please sign in to comment.