Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 27, 2025
1 parent c833cb7 commit 6164ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
},
update(value) {
this.$emit('update:value', value)
this.$emit('update:value', value);
},
},
};
Expand Down

0 comments on commit 6164ce8

Please sign in to comment.