mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 09:11:20 +00:00
Rebuild frontend.
This commit is contained in:
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