3👍
✅
Add an index to the v-for
<template v-for="(entry, index) in filteredHeroes">
<tr :class="{'table-light': index % 2}">
Source:stackexchange.com