1.0.3 • Published 6 years ago

@optix/vue-loader v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Vue Loader

A plugin to handle the loading state within your Vue applications

Installation

npm install @optix/vue-loader --save
yarn add @optix/vue-loader
import Vue from 'vue';
import VueLoader from '@optix/vue-loader';

Vue.use(VueLoader);

Usage

Accessing the loader object:

// Globally
Vue.loader.start('example');

// On an instance
this.$loader.start('example');

Methods

  • start(item)
  • stop(item)
  • isLoading() // boolean
  • clear()

License

The MIT License (MIT). Please see License File for more information.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago