fix: commiting minor changes before switching to front_foundation branch
This commit is contained in:
parent
f0a371dc52
commit
7a03146bf8
@ -17,10 +17,14 @@ import ErrorWrapper from "@/views/errorWrapper.vue";
|
|||||||
:projectName="project.name"
|
:projectName="project.name"
|
||||||
:listName="project.members"
|
:listName="project.members"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
<div id="canvas">
|
|
||||||
<button @click="$router.push('/canvas')">Voir Canvas</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- this must used to open the canvas, in fact it's the "more info" button-->
|
||||||
|
<router-link to="/canvas">
|
||||||
|
<button>Voir Canvas</button>
|
||||||
|
</router-link>
|
||||||
|
|
||||||
|
|
||||||
<RouterView />
|
<RouterView />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user