.curso-main-container.complementario
BannerInterno(icono="far fa-folder-open" titulo="Material complementario")
.container.tarjeta.tarjeta--blanca.p-4.p-md-5.mb-5
.table-responsive
table
thead
tr
th(colspan='3' scope="col") Tema
th(colspan='5' scope="col") Referencia APA del material
th(colspan='2' scope="col") Tipo
th(colspan='2' scope="col") Enlace
tbody
tr(v-for="(item, index) in computedData" :key="'complementario-'+index")
td.text-start(colspan='3' scope="row" v-html="item.tema")
td.text-start(colspan='5' scope="row" v-html="item.referencia")
td(colspan='2' v-html="item.tipo")
td(colspan='2')
.complementario__enlaces
a.complementario__btn(v-for="link of item.link" :href="link" target="_blank")
i.fas.fa-external-link-alt