Open ruslankonev opened 7 years ago
maybe it relate to <style>
nest in <div>
? @QingWei-Li
I found what happened. If put Vuep in div or other element which has siblings content such as:
<div>
<h1>title</head>
<vuep></vuep>
</div>
and say Nuxt.js, what Vuep must render only for browser build, render compiler in backend ignore a Vuep, and on the browser the div, which contain Vuep, have only H1
tag and error in console - DOM tree is not matching
..
Hi, great component, but if I use it inside nuxt.js with ssr-support (only in browser-side) backend-side vue-renderer was delete component from page and show message: