1.0.9 • Published 6 years ago

vue-toast-smalldemo v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

#vue-toast-smalldemo

Introduction

a mobile toast plugin for vue

Usage

//first import plugin

    import VueToast from 'vue-toast-smalldemo'

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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago