|
@@ -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) {
|