Add Transaction to list after saving
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed, ref } from "vue"
|
||||
import Autocomplete, { Suggestion } from '../components/Autocomplete.vue'
|
||||
import Currency from "../components/Currency.vue";
|
||||
import TransactionRow from "../components/TransactionRow.vue";
|
||||
import TransactionInputRow from "../components/TransactionInputRow.vue";
|
||||
|
Reference in New Issue
Block a user