fix: commiting minor changes before switching to front_foundation branch

This commit is contained in:
ALAMI Adnane 2025-02-10 15:21:07 +01:00
parent f0a371dc52
commit 7a03146bf8

View File

@ -18,9 +18,13 @@ import ErrorWrapper from "@/views/errorWrapper.vue";
:listName="project.members"
/>
</div>
<div id="canvas">
<button @click="$router.push('/canvas')">Voir Canvas</button>
</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 />
</template>