1.2.0 • Published 5 years ago

zhlt-vue-loading v1.2.0

Weekly downloads
4
License
MIT
Repository
-
Last release
5 years ago

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.

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago