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 chrislone committed Feb 4, 2023
1 parent 80b5197 commit 1a2fb93
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 1a2fb93

Please sign in to comment.