diff --git a/src/notice-bar/index.js b/src/notice-bar/index.js index 945f80586..9b9da8be9 100644 --- a/src/notice-bar/index.js +++ b/src/notice-bar/index.js @@ -26,6 +26,8 @@ export default createComponent({ }, }, + emits: ['click', 'close', 'replay'], + data() { return { show: true,