0.0.3 • Published 5 years ago

@toojs/vuex-loading v0.0.3

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

@toojs/vuex-loading

build status code coverage code style styled with prettier made with lass license npm downloads

A loading plugin for vuex

Table of Contents

Install

npm:

npm install @toojs/vuex-loading

yarn:

yarn add @toojs/vuex-loading

Usage

import createLoadingPlugin from '@toojs/vuex-loading';

// default usage
const store = new Vuex.Store({
  plugins: [createLoadingPlugin()]
});

API

nametypedefaultdescription
namespacestring'@@loading'module name
includesstring[][]-
excludesstring[][]-

Contributors

Name
Evergreen Wang

License

MIT © Evergreen Wang

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago