1
0

fix: breaking attribute coercion behavior

see: https://v3.vuejs.org/guide/migration/attribute-coercion.html#overview
This commit is contained in:
Dominik Pschenitschni
2021-08-20 17:00:03 +02:00
committed by kolaente
parent fe27a432c7
commit 697ea12c8e
14 changed files with 18 additions and 18 deletions

View File

@ -12,7 +12,7 @@
<div class="control">
<input
:class="{ 'disabled': listService.loading}"
:disabled="listService.loading"
:disabled="listService.loading || null"
@keyup.enter="save"
class="input"
id="title"