vue-login-adder

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vue-login-adder

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

17.1 kB

Total Files

12

Last publish

Collaborators

  • yyts-8700