Kaynağa Gözat

Update components.js

Daniel Supernault 6 yıl önce
ebeveyn
işleme
73230b7b29
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      resources/assets/js/components.js

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

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