1.0.8 • Published 5 years ago

vue-toast-xyc v1.0.8

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

vue-toast-xyc

a toast plugin

Usage

import Vue from 'vue'
import Toast from 'vue-toast-xyc'

Vue.use(Toast)

this.$toast.show("hello,toast")

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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago