vue-uleinvoice
v0.0.1
Published
This is for internal use only.
Readme
uleinvoice
This is for internal use only.
Build Setup
# install dependencies
npm install vue-uleinvoice
## params
| param | type | description |
| --- | --- | --- |
| `isInvoice` | `Boolean` | show invoice page |
## functions
### hideInvoice()
hide invoice page and do your own operations
### doInvoice()
submit invoice information, you can do your own operations,
callback info {applyNo:'xxxxx'}
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, consult the docs for vue-loader.
