diff --git a/packages/notify/demo/index.vue b/packages/notify/demo/index.vue index 18cd76edf..bd8fad6b9 100644 --- a/packages/notify/demo/index.vue +++ b/packages/notify/demo/index.vue @@ -42,8 +42,7 @@ export default { this.$notify({ message: this.$t('content'), duration: 1000, - background: '#1989fa', - onClick: () => this.$toast('click!!!') + background: '#1989fa' }); } }