Skip to content
#

nested

Here are 138 public repositories matching this topic...

JoepOomens
JoepOomens commented Jun 27, 2019

When I use the Tree component in Nuxt.js, I get the 'document is not defined' error when opening the page. I guess it has to do with the SSR in Nuxt, but the error still exists with the tag.

Has somebody solved this issue?

<template>
	<no-ssr>
		<Tree :data="list" draggable="draggable" cross-tree="cross-tree">
			<div slot-scope="{ data, store }">
				<template v-if="!list.

Improve this page

Add a description, image, and links to the nested topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nested topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.