This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-09-24 12:38:15 -07:00
|
|
|
<template>
|
2020-09-28 09:29:13 -07:00
|
|
|
<section v-if="config.links.media.length">
|
2020-09-24 12:38:15 -07:00
|
|
|
<h2 class="h3">
|
|
|
|
<Icon v="tv"/>
|
2020-09-28 08:51:26 -07:00
|
|
|
<T>links.media</T>
|
2020-09-24 12:38:15 -07:00
|
|
|
</h2>
|
|
|
|
<ul class="list-unstyled">
|
2020-09-28 10:22:36 -07:00
|
|
|
<Link v-for="link in config.links.media" :link="link" :key="link.url"/>
|
2020-09-24 12:38:15 -07:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</template>
|