render empty page when <nuxt/> has brother dom.
[issue link]<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)