$toast

基本使用

// 默认3秒后自动关闭,
this.$toast('3秒后自动关闭');

// 支持4种情景: success / warning / danger / loading
this.$toast('我支持情景色', {type:'success'});

// 关闭, 注意一个页面同时只有一个toast
this.$toast.close();

API

参数说明类型默认值可选值是否必选
content显示文字String-
options更多配置Object--

更多配置

参数说明类型默认值可选值是否必选
type情景Stringprimary / success / info ...
delay延迟关闭, 0为不自动关闭String0-
closeable点击非toast部分是否可以关闭toastString0-
position出现位置Stringcentertop / bottom / center
中国移动
19:01:30
86%