Remove container_name, stdin and tty from dc #49

Merged
jacob1123 merged 2 commits from microservices-dev into master 2022-04-06 22:21:51 +02:00
Showing only changes of commit 2eba947d9d - Show all commits

View File

@ -1,5 +1,5 @@
<script lang="ts" setup> <script lang="ts" setup>
import { computed, defineProps, onMounted, ref, watchEffect } from "vue"; import { computed, onMounted, ref, watchEffect } from "vue";
import Currency from "../components/Currency.vue"; import Currency from "../components/Currency.vue";
import { useBudgetsStore } from "../stores/budget"; import { useBudgetsStore } from "../stores/budget";
import { Category, useAccountStore } from "../stores/budget-account"; import { Category, useAccountStore } from "../stores/budget-account";