fix(NoticeBar): add emits

This commit is contained in:
chenjiahan 2020-07-25 21:56:45 +08:00
parent b3964e6afa
commit 70f6146981

View File

@ -26,6 +26,8 @@ export default createComponent({
},
},
emits: ['click', 'close', 'replay'],
data() {
return {
show: true,