Rebuild frontend.

This commit is contained in:
James Cole
2021-07-10 16:24:00 +02:00
parent b7919e4ef2
commit 1bf4fb1b70
42 changed files with 232 additions and 470 deletions

View File

@@ -178,7 +178,7 @@
import {mapGetters, mapMutations} from "vuex";
import Sortable from "sortablejs";
import format from "date-fns/format";
import {setup} from 'axios-cache-adapter';
// import {setup} from 'axios-cache-adapter';
// import {cacheAdapterEnhancer} from 'axios-extensions';
import {configureAxios} from "../../shared/forageStore";

View File

@@ -22,7 +22,7 @@ require('../../bootstrap');
import Vue from "vue";
import Index from "../../components/bills/Index";
import store from "../../components/store";
//import {BPagination, BTable} from 'bootstrap-vue';
import {BPagination, BTable} from 'bootstrap-vue';
//import Calendar from "../../components/dashboard/Calendar";
//import IndexOptions from "../../components/accounts/IndexOptions";
@@ -33,8 +33,8 @@ let props = {};
// See reference nr. 8
// See reference nr. 9
//Vue.component('b-table', BTable);
//Vue.component('b-pagination', BPagination);
Vue.component('b-table', BTable);
Vue.component('b-pagination', BPagination);
//Vue.use(Vuex);
new Vue({