Refact: Reoganise components and router

This commit is contained in:
2018-11-30 15:47:13 +01:00
parent 0bb3572ec7
commit c06b834580
6 changed files with 8 additions and 51 deletions

View File

@@ -1,20 +0,0 @@
<template>
<div class="home">
<h1>Comptes </h1>
</div>
</template>
<script>
// @ is an alias to /src
export default {
name: 'home',
components: {
},
data () {
return {
}
},
computed: {
}
}
</script>

View File

@@ -20,7 +20,7 @@
import { mapGetters } from 'vuex'
export default {
name: 'analysis',
name: 'home',
components: {
},
data () {

View File

@@ -1,5 +0,0 @@
<template>
<div class="import">
<h1>Import</h1>
</div>
</template>