Explorar o código

Update components.js

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
73230b7b29
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      resources/assets/js/components.js

+ 5 - 0
resources/assets/js/components.js

@@ -1,6 +1,11 @@
 window.Vue = require('vue');
 window.Vue = require('vue');
 import BootstrapVue from 'bootstrap-vue'
 import BootstrapVue from 'bootstrap-vue'
+import InfiniteLoading from 'vue-infinite-loading';
+import Loading from 'vue-loading-overlay';
+
 Vue.use(BootstrapVue);
 Vue.use(BootstrapVue);
+Vue.use(InfiniteLoading);
+Vue.use(Loading);
 
 
 pixelfed.readmore = () => {
 pixelfed.readmore = () => {
   $('.read-more').each(function(k,v) {
   $('.read-more').each(function(k,v) {