Static GitHub Issues

[2477] npm run dev works great. Generate is deleting components from DOM after the page loads?

prev: Serve Web Components made with VueJS using Nuxt
next: Add webpack plugins error

I have my static site temporarily hosted here to show the issue: https://vibrant-hamilton-ce6e1c.netlify.com/blog/

My project: https://github.com/KyleTryon/VidFireBlog

my default.vue layout file looks like this, very simple.

<template>
  <div id="app-container">
    <vf-header/>
    <vf-nav/>
    <nuxt/>
    <vf-footer/>
  </div>
</template>

Everything works as expected on the dev server. However you can see if you visit the url above, the Header and Nav render and then delete themselves immediately.

There are no errors in console, and in the inspector, you can see the dom elements are actually completely removed.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2148">#c2148</a>)</em></sub></div>