mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Fix #3238
This commit is contained in:
2
resources/assets/js/create_transaction.js
vendored
2
resources/assets/js/create_transaction.js
vendored
@@ -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);
|
||||
|
Reference in New Issue
Block a user