Open FirokOtaku opened 4 years ago
Facing the same. Conditionally displaying an element that lives within vnt-navview-content
kind of "resets" the entire vnt-navview
widget. Can't just find a workaround yet.
Incidentally, for an element actually present on the DOM, even modifying it's opacity is futile as the widget awfully resets. So it's clearly not about v-if
playing with the DOM or v-show
.
Facing same issue. After adding v-model to input inside navview, widget resets when anything is typed in the input.
Description
All the contents of NavView will be missing after some of their attributions changed.
How to reproduce the problem
HTML
index.html
JS
js/index.js
vuent.umd.js
andvuent.css
were downloaded from CDN and referenced locally.Before clicking any
<vnt-navview-item>
After clicking
All the contents were gone.
System Details