VueJS checkbox update VueJS checkbox update vue.js vue.js

VueJS checkbox update


Try the onchange event:

<input type="checkbox" id="i1" value="i1" class="filter categories"        v-model="activeCategories" v-on:change="filterMedia()">