Better validation on text fields, change AlertBanner to Snackbar

This commit is contained in:
2024-09-24 22:18:27 +02:00
parent 3dc4c7af1e
commit 531f964841
19 changed files with 357 additions and 190 deletions

View File

@@ -1,13 +1,10 @@
<script setup lang="ts">
import pageSetup from './pageSetup.vue';
import systemSetup from './systemSetup.vue';
import alertBanner from '@/components/alertBanner.vue';
</script>
<template>
<v-container max-width="800">
<alert-banner />
<v-row>
<v-col>
<page-setup />