Improve Snackbar

This commit is contained in:
2024-11-14 09:33:45 +01:00
parent c0d110f386
commit ae577dc023
12 changed files with 192 additions and 209 deletions

View File

@@ -24,7 +24,13 @@ function confirmPressed() {
v-model="showDialog"
persistent
>
{{ description }}
<v-container>
<v-row>
<v-col>
{{ description }}
</v-col>
</v-row>
</v-container>
<template #actions>
<outlined-button