You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: