reset base config

This commit is contained in:
axolotle
2021-02-23 12:45:57 +01:00
parent 0da09e13d8
commit c0fd76d93a
12 changed files with 123 additions and 148 deletions
+3 -11
View File
@@ -1,19 +1,11 @@
<template>
<div
id="home"
class="full-width"
>
<header>
<h1>En Français</h1>
</header>
<section>
<p>contenu</p>
</section>
<div class="home">
Home
</div>
</template>
<script>
export default {
name: 'Home'
}
</script>
+1 -1
View File
@@ -33,7 +33,7 @@ export default {
},
metaInfo () {
return {
title: `Not Found`
title: 'Not Found'
}
}
}