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