Skip to content

IgorDePaula/Vue-loading-ajax-nprogress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vue Loading Ajax NProgress

This is a plugin for add nprogress on all ajax calls from vuejs.

On your app.js

import Loading from 'Loading'

Vue.use(Loading);

On your components that call ajax.

//On your method
//to show
this.$loader.show();
//to hide
this.$loader.hide();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages