components: update AMWAsideMetaLink.vue

This commit is contained in:
Oleg Shchavelev 2024-04-14 17:51:11 +03:00
parent 767740238f
commit d9efe8f368

View File

@ -16,7 +16,6 @@ const props = defineProps<{
<template>
<div>
{{ links }}
<template v-for="link in links">
<a :href="(link.baseUrl ?? '') + link.id" :target="link.target" class="btn" :style="link.style">{{ link.anchor }}</a>
</template>