Confirm dialog, fix language change bug, add bank accout information to users

This commit is contained in:
2024-09-22 20:57:28 +02:00
parent d7eae540b1
commit 564cf144ff
16 changed files with 222 additions and 32 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { Ref, ref } from 'vue';
import pageSetup from './pageSetup.vue';
import systemSetup from './systemSetup.vue';
import alertBanner from '@/components/alertBanner.vue';