0.0.4 • Published 6 years ago

loading-click v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

LoadingClick

npm

LoadingClick is a directive by vue. Let button can show loading icon(or some dom).

Quick start

  1. install package
npm i loading-click
  1. initialize LoadingClick
import LoadingClick from 'loading-click'

Vue.use(LoadingClick, /** options **/)

API

Options

template set template.

The template will show after click dom.

License

MIT