Convert other components

This commit is contained in:
2022-02-15 08:20:04 +00:00
parent 452d63c329
commit 5bbd096fc8
4 changed files with 88 additions and 100 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts" setup>
import { mapState } from "pinia";
import { computed, defineComponent } from "vue";
import { computed } from "vue";
import { useBudgetsStore } from "../stores/budget";
import { Transaction } from "../stores/budget-account";
import Currency from "./Currency.vue";