0👍
It seems like you want baseModal.vue to be inside loginRegister.vue and the baseModal to have some kind of transition whenever some state changes? Try changing <transition></transition>
into <transition-group></transition-group>
- [Vuejs]-Why does focus() without timeout sets the caret at the front of the input?
- [Vuejs]-<b-form-input> in vue.js is not getting modified value when it is tried to save
Source:stackexchange.com