1.0.1 • Published 6 years ago

llgxvi-vue-confirm v1.0.1

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

intro

vue single page component confirm

dependency

webpack
pug
sass
# the use of global event bus

z-index

# if not big enough
# change this manually in node_modules 
9999 # default

install

npm i llgxvi-vue-confirm

use

import Confirm from 'llgxvi-vue-confirm'

<Confirm :bus="bus">

bus.$emit('show-confirm', msg, cancelCallback, confirmCallback)