We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5df2fa commit 0d95c41Copy full SHA for 0d95c41
src/index.js
@@ -13,7 +13,7 @@ export default {
13
}
14
Vue.use(VueProgressBar, pbConfig);
15
16
- Vue.mixins(LoadingMixin);
+ Vue.mixin(LoadingMixin);
17
Vue.component('vue-loading-component');
18
19
0 commit comments