1.0.3 • Published 5 years ago

vue-toast-mb v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

vue-toast-mb

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-mb'

//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 
})

or

this.$toast.show("hello,toast",{ duration:3000 },function(){
    //to-do 
})
1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago