Closed guanzo closed 6 years ago
Hello @guanzo , I have too few information to provide a helpfull comment here. I f you are able to isoltae the problem and create o jsfiddle I will investigate.
You can use the keep-alive tag around the router view
`
`
This way the Isotope Component stays rendered inside Memory and won't collapse on change of route (isn't destroyed anymore)
Corrected in version 3.1.2
Hi, i have an isotope layout on one of my vue-router routes. Whenever i leave this route, the layout visibly breaks during the route transition. The isotope styles are removed, and the elements are just stacked column wise as standard, block layout divs.
This is the route transition css.
The broken layout is visible for half a second, which is more than enough time for the user to go, "huh?".
What can i do to fix this?