reset base config
This commit is contained in:
+3
-11
@@ -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>
|
||||
|
||||
@@ -33,7 +33,7 @@ export default {
|
||||
},
|
||||
metaInfo () {
|
||||
return {
|
||||
title: `Not Found`
|
||||
title: 'Not Found'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user