1.0.8 • Published 6 years ago

vue-min-toast v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-min-toast

A mobile toast plugin for vue.

How to use

It's simple.

//first import plugin

import VueMToast from 'vue-min-toast'

//and register the plugin on vue.

Vue.use(VueMToast)

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


```js bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run e2e tests
npm run e2e

# run all tests
npm test
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

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