This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

vue-toast-m

2.0.9 • Public • Published

vue-toast

A mobile toast plugin for vue.

Introduction

A mobile toast plugin for vue.

Useage

It's simple.

 
//first import plugin
 
import VueToast    from 'vue-toast-m'
 
//and register the plugin on vue.
 
Vue.use(VueToast)
 
//last , you can call it .
 
this.$toast.show("hello,toast")
 
or
 
this.$toast.show("hello,toast",{
  duration:3000
})
 
or
 
this.$toast.show("hello,toast",function(){
    //to-do 
})
 

Package Sidebar

Install

npm i vue-toast-m

Weekly Downloads

3

Version

2.0.9

License

MIT

Last publish

Collaborators

  • jackbean