0.1.11 • Published 5 years ago

poppuappu v0.1.11

Weekly downloads
33
License
ISC
Repository
-
Last release
5 years ago

poppuappu

notification popup plugin for vue.js.

Installation

npm i poppuappu

Demo

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')
0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago