[Doc] update notify demo
This commit is contained in:
@@ -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!!!')
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user