Webpack packages vue "Error while initializing app DOMException"

[nuxt] Error while initializing app DOMException: Failed to execute "appendChild" on" Node": This node type does not support this method.

< div class= "children-box" Vmurf = "moreFilterOptions.feature" >
preliminary judgment is that v-if is affected. How should this be modified

Jun.24,2021

vue lifecycle problem, is the data inserted into the mpvue used by a node that does not exist


? Operations involving DOM will report an error.


vmurshow = "moreFilterOptions.feature" give it a try.


I also encounter this problem. My nuxt+bootstrapvue reports this error when it is deployed to the post-production page refresh, which is a problem with server rendering. Locate the component that went wrong, and use < no-ssr > < / no-ssr > to include the code that went wrong.

Menu