[Vuejs]-Vue v-if doesn't refresh when value is changed

0👍

use v-show instead of v-if if you mean toogling

or sometimes vue templates will not accept condition inside of it

Leave a comment