0👍
try v-show instead of v-if
<PlayerBar v-show="audio"></PlayerBar>
0👍
It might the naming conflict with the Vue component "watch" option (Vue watch option)
- [Vuejs]-What should I edit to fix this design?
- [Vuejs]-How to use no-data-text prop in v-combobox in vuetify?
Source:stackexchange.com