Pinned
377 contributions in the last year
Less
More
Contribution activity
May 2021
Created 93 commits in 2 repositories
Created an issue in vuejs/vue that received 2 comments
Can v-for have local variables?
What problem does this feature solve? Repeated comparisons: v.id === currentId <ul> <li v-for="v in list" :class="v.id === currentId ? 'active' : ''">
2
comments