mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
6 lines
208 B
Vue
6 lines
208 B
Vue
<template>
|
|
<ul v-if="$config.links.names && $config.links.names.length" class="list-unstyled">
|
|
<LinkEntry v-for="link in $config.links.names" :key="link.url" :link="link" />
|
|
</ul>
|
|
</template>
|