fix: breaking attribute coercion behavior
see: https://v3.vuejs.org/guide/migration/attribute-coercion.html#overview
This commit is contained in:
parent
fe27a432c7
commit
697ea12c8e
14 changed files with 18 additions and 18 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<flat-pickr
|
||||
:class="{ disabled: taskService.loading }"
|
||||
:config="flatPickerConfig"
|
||||
:disabled="taskService.loading"
|
||||
:disabled="taskService.loading || null"
|
||||
class="input"
|
||||
v-model="dueDate"
|
||||
/>
|
||||
|
|
|
|||
Reference in a new issue