A loading plugin for vuex
npm:
npm install @toojs/vuex-loading
yarn:
yarn add @toojs/vuex-loading
import createLoadingPlugin from '@toojs/vuex-loading';
// default usage
const store = new Vuex.Store({
plugins: [createLoadingPlugin()]
});
name | type | default | description |
---|---|---|---|
namespace | string | '@@loading' | module name |
includes | string[] | [] | - |
excludes | string[] | [] | - |
Name |
---|
Evergreen Wang |
MIT © Evergreen Wang