mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update components.js
This commit is contained in:
parent
36f5f2e8b4
commit
67bf3d10e0
1 changed files with 2 additions and 1 deletions
3
resources/assets/js/components.js
vendored
3
resources/assets/js/components.js
vendored
|
@ -1,4 +1,5 @@
|
|||
window.Vue = require('vue');
|
||||
import Vue from 'vue';
|
||||
window.Vue = Vue;
|
||||
import BootstrapVue from 'bootstrap-vue'
|
||||
import InfiniteLoading from 'vue-infinite-loading';
|
||||
import Loading from 'vue-loading-overlay';
|
||||
|
|
Loading…
Reference in a new issue