mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-04 03:51:43 +00:00
Rebuild frontend.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
6
frontend/src/pages/bills/index.js
vendored
6
frontend/src/pages/bills/index.js
vendored
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user