Update components.js

pull/4465/head
Daniel Supernault 2 years ago
parent 36f5f2e8b4
commit 67bf3d10e0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save