Add lists listing page
This commit is contained in:
parent
e18e179a59
commit
6e8c7460a2
6 changed files with 61 additions and 0 deletions
9
src/components/list_card/list_card.vue
Normal file
9
src/components/list_card/list_card.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<div>
|
||||
<router-link :to="listLink(list.id)">
|
||||
{{ list.title }}
|
||||
</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script src="./list_card.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue