0๐
<keep-alive>
<transition name="fade" mode="out-in">
<component :is="currentView"></component>
</transition>
</keep-alive>
Please see if this works. Also, check that the CSS in included.
- [Vuejs]-Bind dynamically value to component's props
- [Vuejs]-Vue router firebase auth guard doesn't work
Source:stackexchange.com