0.0.3 • Published 7 years ago
@toojs/vuex-loading v0.0.3
@toojs/vuex-loading
A loading plugin for vuex
Table of Contents
Install
npm:
npm install @toojs/vuex-loadingyarn:
yarn add @toojs/vuex-loadingUsage
import createLoadingPlugin from '@toojs/vuex-loading';
// default usage
const store = new Vuex.Store({
plugins: [createLoadingPlugin()]
});API
| name | type | default | description |
|---|---|---|---|
| namespace | string | '@@loading' | module name |
| includes | string[] | [] | - |
| excludes | string[] | [] | - |
Contributors
| Name |
|---|
| Evergreen Wang |
License
MIT © Evergreen Wang