Skip to content

Commit

Permalink
fix(Message): add emits
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Dec 7, 2020
1 parent cd17239 commit cd9ebdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/message/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default {
dangerouslyUseHTMLString: Boolean,
verticalOffset: Number
},
emits: ['close'],
setup(props, { emit }) {
const instance = getCurrentInstance()
Expand Down

0 comments on commit cd9ebdd

Please sign in to comment.