mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-05 12:31:47 +00:00
Improve transactions overview.
This commit is contained in:
4
frontend/src/pages/transactions/index.js
vendored
4
frontend/src/pages/transactions/index.js
vendored
@@ -23,16 +23,12 @@ require('../../bootstrap');
|
||||
import Vue from "vue";
|
||||
import store from "../../components/store";
|
||||
import Index from "../../components/transactions/Index";
|
||||
import {BPagination, BTable} from 'bootstrap-vue';
|
||||
import Calendar from "../../components/dashboard/Calendar";
|
||||
|
||||
// i18n
|
||||
let i18n = require('../../i18n');
|
||||
let props = {};
|
||||
|
||||
Vue.component('b-table', BTable);
|
||||
Vue.component('b-pagination', BPagination);
|
||||
|
||||
const app = new Vue({
|
||||
i18n,
|
||||
store,
|
||||
|
||||
Reference in New Issue
Block a user