Skip to content

Commit

Permalink
chore: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 26, 2022
1 parent 41d9c47 commit bb06819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 bb06819

Please sign in to comment.