1.0.9 • Published 5 years ago

vue-toast-smalldemo v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

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