pleroma-fe/src/components/list_card/list_card.vue
2022-06-19 00:04:51 +03:00

10 lines
164 B
Vue

<template>
<div>
<router-link :to="listLink(list.id)">
{{ list.title }}
</router-link>
</div>
</template>
<script src="./list_card.js"></script>