If I pass the sortable-move-elements
prop, I’m getting the (VUE) error:
Invalid prop: type check failed for prop “sortableMoveElements”. Expected Boolean, got String with value “false”.
<f7-list
sortable
sortable-enabled
sortable-move-elements=false
...
>
If I put quotes around ‘false’ doesn’t change anything.
How can I avoid this?