vue-z-toast
vue的toast插件
Usage
-
install package
yarn add vue-z-toast
ornpm install vue-z-toast
-
register
...Vue -
use
...this... -
options
message
toast 内容duration
toast 持续时间,默认 2000msstyleObj
toast 样式,默认{ color: 'red', backgroundColor: 'rgba(125, 43, 86, .4)' }
, 关于styleObj
请参考vue 文档(与内联 style 绑定(Binding Inline Styles))