history is functionnal and with state transition

This commit is contained in:
2019-09-25 16:08:58 +02:00
parent 1957aa3dc5
commit b272bca0ca
12 changed files with 279 additions and 86 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
class="site-title"
tabindex="0"
>
Les Guides de Paris
<router-link :to="{ name:'home' }">Les Guides de Paris</router-link>
</h1>
<HeaderMenu />
</div>
@@ -58,7 +58,7 @@ export default {
<style lang="scss" scoped>
.container{
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
// font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
max-width: 1200px;
}