Link to /market/:id/form
This commit is contained in:
parent
798b28999c
commit
1ab65afdcd
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="my-3" v-for="market in markets" :key="market.id">
|
<li class="my-3" v-for="market in markets" :key="market.id">
|
||||||
<router-link :to="'/market/' + market.id">{{ market.description }}</router-link>
|
<router-link :to="'/market/' + market.id + '/form'">{{ market.description }}</router-link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<button v-if="!showForm" @click.prevent="toggleForm">+ create market</button>
|
<button v-if="!showForm" @click.prevent="toggleForm">+ create market</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user