vuejs-tree icon indicating copy to clipboard operation
vuejs-tree copied to clipboard

document is not defined in Nuxt.js

Open geofany opened this issue 3 years ago • 1 comments

image

carbon (8)

geofany avatar Oct 05 '22 10:10 geofany

Hello, can you try removing the data: { part ?

like this:

data() {
  return {
    treeDisplayData: {
      ...
    }
  }
}

vinz3872 avatar Oct 22 '22 09:10 vinz3872