vue-toast-apple

1.0.3 • Public • Published

vue-toast-apple

a mobile toast plugin for vue

Usage

import ToastDemo from 'vue-toast-apple'

Vue.use(ToastDemo);

//弹出 "hello toast" 的提示 this.$toast.show("hello toast",{});

//延迟3秒后弹出 "hello toast" 的提示 this.$toast.show("hello toast",{ duration:3000 });

//回调函数 this.$toast.show("hello toast",{ duration:3000 },function(){ //... });

Readme

Keywords

Package Sidebar

Install

npm i vue-toast-apple

Weekly Downloads

8

Version

1.0.3

License

ISC

Unpacked Size

18.8 kB

Total Files

8

Last publish

Collaborators

  • apple78