-1👍
You can wrap your component with the <transition name="yourTransitionName"></transition>
tag.
In CSS:
.yourTransitionName-leave-active {
/* your code */
}
- [Vuejs]-Internalization, languages files and administration
- [Vuejs]-Why localstorage is not working firefox 57 and Vuejs2?
Source:stackexchange.com