Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 447 Bytes

toast.md

File metadata and controls

26 lines (17 loc) · 447 Bytes

Toast 提示

Toast Snippets

基础用法

this.$toast('Flyme UI');

带状态提示

this.$toast('发送成功', 'success');

Toast Params

参数名称 描述 类型 默认值 可选值
content 提示的文本内容 String -- --
type 提示的类型 String -- success