mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-26 00:09:15 +08:00
[Doc] update notify demo
This commit is contained in:
parent
210122d518
commit
5eb52742bb
@ -42,8 +42,7 @@ export default {
|
|||||||
this.$notify({
|
this.$notify({
|
||||||
message: this.$t('content'),
|
message: this.$t('content'),
|
||||||
duration: 1000,
|
duration: 1000,
|
||||||
background: '#1989fa',
|
background: '#1989fa'
|
||||||
onClick: () => this.$toast('click!!!')
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user