mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update components.js
This commit is contained in:
parent
716586a4a6
commit
73230b7b29
1 changed files with 5 additions and 0 deletions
5
resources/assets/js/components.js
vendored
5
resources/assets/js/components.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue