Skip to content

Commit 0d95c41

Browse files
fix mixin import
1 parent e5df2fa commit 0d95c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
}
1414
Vue.use(VueProgressBar, pbConfig);
1515

16-
Vue.mixins(LoadingMixin);
16+
Vue.mixin(LoadingMixin);
1717
Vue.component('vue-loading-component');
1818
}
1919

0 commit comments

Comments
 (0)