vuejs-tree
vuejs-tree copied to clipboard
document is not defined in Nuxt.js


Hello, can you try removing the data: { part ?
like this:
data() {
return {
treeDisplayData: {
...
}
}
}