10 lines
164 B
Vue
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>
|