Portage du site sous vuejs #232

Merged
kazhnuz merged 29 commits from vue-remake into master 2023-02-08 12:45:46 +01:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit ab15443607 - Show all commits

View file

@ -19,7 +19,9 @@ onMounted(() => {
<div id="wrapper">
<SideBar />
<div id="page">
<RouterView />
<div id="content" class="pt-1">
<RouterView />
</div>
</div>
<TableOfContent />
</div>

View file

@ -122,7 +122,7 @@ onBeforeUpdate(() => {
</script>
<template>
<article id="content" class="pt-1">
<article>
<div v-html="htmlContent"></div>
<slot></slot>
</article>

View file

@ -14,7 +14,5 @@ onMounted(() => {
</script>
<template>
<MarkdownFile path="pages/home">
Test d'afficher quelque chose en dessous du Markdown
</MarkdownFile>
<MarkdownFile path="pages/home"></MarkdownFile>
</template>