section.profile-card-list.xs12.w-flex.column
header.xs12.w-flex
w-select(:items="['one', 'two', 'three']" outline) Label
article
ProfileCard.match-layout(
v-for="(card, i) in cards"
:key="`${card.pid}-${i}`"
:card="card" :aspects="aspects" :bio="bio" :is-list="true"
)