akkoma-fe/src/components/list_card/list_card.vue

10 lines
164 B
Vue
Raw Normal View History

2022-06-15 16:13:33 +00:00
<template>
<div>
<router-link :to="listLink(list.id)">
{{ list.title }}
</router-link>
</div>
</template>
<script src="./list_card.js"></script>