The Toast for VUE, the Toast is the small message box in the Android.
这个组件和安卓系统里面的原生Toast组件一模一样哦,不过这里的样式借鉴了MIUI。最适合做一些消息提醒。
import installToast from './component/toast/install'
Vue.use(installToast)
使用任意Vue实例调用
vm.$toast.show("这是一个Toast")
The Toast for VYE, the Toast is the small message box in the Android
JavaScript