Don’t Use v-if with v-for Elements
Sometimes we use v-if conditionals with v-for to filter our data. It’s super tempting to want to use v-if with v-for in order to filter elements of an array. <!-- <div v-for='i... Read more
February 6 , 2020