div
table
thead
tr
th {{ st.tr["Variant"] }}
th {{ st.tr["With"] }}
th {{ st.tr["Cadence"] }}
tbody
tr(
v-for="c in sortedChallenges"
:class="{toyou:c.priority==1,fromyou:c.priority==2}"
@click="$emit('click-challenge',c)"
)
td {{ c.vname }}
td {{ withWho(c) }}
td {{ c.cadence }}