NuxtN
Nuxt3y ago
acidjazz

layout logic failing

    <doc-menu v-if="useRoute().name === 'doc-article'">
      <slot />
    </doc-menu>
    <slot v-else />


this generates JS errors and fires off the page vue component twice
Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Was this page helpful?