Skip to content

Commit

Permalink
Add emits prop to CreateUserModal
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jan 23, 2023
1 parent 29f3949 commit 3a51714
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default defineComponent({
}
}
},
emits: ['cancel', 'confirm'],
data: function () {
return {
formData: {
Expand Down

0 comments on commit 3a51714

Please sign in to comment.