0👍
Try using v-show instead and you need not to use v-model.
<u-modal v-show="modalActive">
- [Vuejs]-How come the order of these Jest tests affect the test outcome?
- [Vuejs]-How to binding events on slots without break layout of contents?
Source:stackexchange.com