fix: ATTR_ENUMERATED_COERCION in a few places
This commit is contained in:
parent
1864359751
commit
571b019c00
8 changed files with 12 additions and 12 deletions
|
|
@ -90,7 +90,7 @@
|
|||
@start="() => drag = true"
|
||||
@end="e => saveListPosition(e, nk)"
|
||||
handle=".handle"
|
||||
:disabled="n.id < 0"
|
||||
:disabled="n.id < 0 || null"
|
||||
tag="transition-group"
|
||||
item-key="id"
|
||||
:component-data="{
|
||||
|
|
|
|||
Reference in a new issue