I've done what was written in instruction
<el-table-draggable>
<el-table :data="mainObjects" height="calc(100vh - 110px)">
<el-table-column label="ID" prop="id" sortable/>
But I got errors, starting from.
Property "$createElement" was accessed during render but is not defined on instance.
at <ElementUiElTableDraggable
What did I do wrong and how can I make it work?
I've done what was written in instruction
But I got errors, starting from.
What did I do wrong and how can I make it work?