Static GitHub Issues

[1457] render empty page when <nuxt/> has brother dom.

prev: Delay transition to new page
next: Access the mode property from inside a plugin?
<template>
  <div>
    <nuxt/>
    <footer>
      <a class="filing" href="http://www.miitbeian.gov.cn/" target="_bank">xxxx</a>
    </footer>
  </div>
</template>

note that footer, it works when npm run dev, but after generate static pages,

Browser render html correct, but it render empty nuxt content after js loaded.(flash)

<!--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/c1297">#c1297</a>)</em></sub></div>