mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
Fix lint error with last vuetify
This commit is contained in:
parent
8cdf49e24a
commit
b7af905ab5
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user