vue-toast-zhensg

A mobile toast plugin for vue.

Usage no npm install needed!

<script type="module">
  import vueToastZhensg from 'https://cdn.skypack.dev/vue-toast-zhensg';
</script>

README

vue-toast-zhensg

A mobile toast plugin for vue.

Introduction

A mobile toast plugin for vue.

Useage

It's simple.

//first import plugin

import VueToast from 'vue-toast-zhensg'

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

Keywords

vuejs vue vue-component component