add optional header part for options & add biblio view with mode as component

This commit is contained in:
axolotle
2021-03-08 16:03:57 +01:00
parent a8c4912604
commit 9a0d07b0f1
4 changed files with 68 additions and 5 deletions
+8 -5
View File
@@ -1,18 +1,21 @@
<template>
<div id="app">
<!-- <header>
<header>
<h1>
<router-link :to="{ name: 'home' }">En Français</router-link>
<router-link :to="{ name: 'home' }">
En Français
</router-link>
</h1>
</header> -->
<router-view name="options" />
</header>
<main id="main">
<router-view />
</main>
<!-- <footer>
<footer>
<p>footer</p>
</footer> -->
</footer>
</div>
</template>