reset base config
This commit is contained in:
+13
-22
@@ -1,31 +1,25 @@
|
||||
<template>
|
||||
<div id="root">
|
||||
<header role="banner">
|
||||
<div class="wrapper">
|
||||
<h1
|
||||
class="site-title"
|
||||
tabindex="0"
|
||||
>
|
||||
<router-link :to="{ name:'home' }">En Français</router-link>
|
||||
</h1>
|
||||
</div>
|
||||
<div id="app">
|
||||
<header>
|
||||
<h1>
|
||||
<router-link :to="{ name: 'home' }">En Français</router-link>
|
||||
</h1>
|
||||
</header>
|
||||
<section role="main-content">
|
||||
<div class="wrapper">
|
||||
<RouterView />
|
||||
</div>
|
||||
</section>
|
||||
<footer role="tools">
|
||||
|
||||
<main id="main">
|
||||
<router-view />
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>footer</p>
|
||||
</footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
// import { mapActions, mapState } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
|
||||
metaInfo: {
|
||||
// if no subcomponents specify a metaInfo.title, this title will be used
|
||||
title: 'Home',
|
||||
@@ -40,7 +34,4 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.container{
|
||||
max-width: 1200px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user