Continued migrating UI to vuetify 2

This commit is contained in:
Stefan Zermatten
2021-03-25 12:54:44 +02:00
parent 480da6fc7d
commit fe3fa56541
70 changed files with 218 additions and 208 deletions

View File

@@ -13,7 +13,7 @@
:value="true"
:icon="errorIcon(error.type)"
:color="errorColor(error.type)"
outline
outlined
>
<pre>{{ error.message }}</pre>
</v-alert>