mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-21 05:15:13 -04:00
6 lines
200 B
Vue
6 lines
200 B
Vue
<template>
|
|
<ul v-if="config.links.names && config.links.names.length" class="list-unstyled">
|
|
<Link v-for="link in config.links.names" :key="link.url" :link="link" />
|
|
</ul>
|
|
</template>
|