Ildar
Ildar
@David-Desmaisons, I have added v-model, but it still doen't work correctly.
That's what I'm talking about [how it look](https://prnt.sc/vasa4y) That's when 'fragment' component is removed [how should it to be](https://prnt.sc/vas83o)
@SylvainBigonneau, I had to use hack to solve this issue in mine project ``` const _parseInt = window.parseInt; function parseInt(...args) { return _parseInt(...args) || 0; } window.parseInt = parseInt; window._parseInt...
The real problem is not in this vue component, but in his dependency (SortableJS).