poppuappu
v0.1.11
Published
notification popup plugin for vue.js.
Readme
poppuappu
notification popup plugin for vue.js.
Installation
npm i poppuappuDemo
clone this repository and npm i && npm run serve.
How to use
register plugin.
import Vue from 'vue'
import Poppuappu from 'poppuappu'
Vue.use(Poppuappu)namespace $poppuappu will bind to Vue object.
you can display popup as belows in your Vue component.
this.$popppuappu.show('some text')