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