This commit is contained in:
James Cole
2020-08-01 15:31:11 +02:00
parent f3b116cfce
commit 35d30fea9c
77 changed files with 2273 additions and 1978 deletions

View File

@@ -36,6 +36,7 @@ import TransactionType from "./components/transactions/TransactionType";
import AccountSelect from "./components/transactions/AccountSelect";
import Budget from "./components/transactions/Budget";
import CustomUri from "./components/transactions/CustomUri";
import Bill from "./components/transactions/Bill";
/**
* First we will load Axios via bootstrap.js
@@ -47,6 +48,7 @@ require('./bootstrap');
// components for create and edit transactions.
Vue.component('budget', Budget);
Vue.component('bill', Bill);
Vue.component('custom-date', CustomDate);
Vue.component('custom-string', CustomString);
Vue.component('custom-attachments', CustomAttachments);