Update components.js

This commit is contained in:
Daniel Supernault 2018-12-01 21:03:27 -07:00
parent 716586a4a6
commit 73230b7b29
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

View File

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