JoepOomens
JoepOomens
I disabled it already using that no-ssr tag, right? Or is there another way I don't know?
The errorpage mentiones the following: ReferenceError: document is not defined. node_modules\vue-draggable-nested-tree\dist\vue-draggable-nested-tree.cjs.js line 509:1 ``` if (!document.elementsFromPoint) { document.elementsFromPoint = elementsFromPoint; }
I didn't looked into it, but now I did. I have now the following code (as mentioned in the link you sent): DraggableTree.vue ` import { DraggableTree } from 'vue-draggable-nested-tree';...
`TypeError: Cannot read property '__esModule' of undefined` :(