Fix lint error with last vuetify

This commit is contained in:
SebClem 2024-09-03 11:20:09 +02:00
parent 8cdf49e24a
commit b7af905ab5
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -28,7 +28,7 @@
<!-- @vue-ignore --> <!-- @vue-ignore -->
<v-progress-linear <v-progress-linear
:max="alertStore.timeOutValue" :max="alertStore.timeOutValue"
:model-value="alert.timeOut" :model-value="alert.timeOut as any"
></v-progress-linear> ></v-progress-linear>
</v-alert> </v-alert>
</v-slide-x-transition> </v-slide-x-transition>