zhlt-vue-loading
v1.2.0
Published
A loading component based on Vue for @zhuifintech
Downloads
5
Readme
zhlt-vue-loading
Usage
npm i zhlt-vue-loading -S
import { show, hide } from 'zhlt-vue-loading'
show()
setTimeout(() => {
hide()
})
Devlopment
If you want to add new npm dependencies, please use yarn add [pkg]
Demo
cd example
npm i
npm run serve
Test
npm run test
The unit test scripts are under test/unit/index.js
, welcome add test cases.