How to inject html outside of nuxt app
[issue link]Is it possible to inject custom html outside of nuxt app in spa mode
Example
body
form
#__nuxt
My current work around is after build or generate, add html in every page.
Example use cases, is netlify, which requires a html form to be detected. Since if the form is inside the nuxt app, the form is javascript rendered.