[Doc] update notify demo

This commit is contained in:
陈嘉涵 2019-05-01 09:18:55 +08:00
parent 210122d518
commit 5eb52742bb

View File

@ -42,8 +42,7 @@ export default {
this.$notify({
message: this.$t('content'),
duration: 1000,
background: '#1989fa',
onClick: () => this.$toast('click!!!')
background: '#1989fa'
});
}
}