Refact: Reoganise components and router
This commit is contained in:
@@ -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>
|
||||
@@ -20,7 +20,7 @@
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'analysis',
|
||||
name: 'home',
|
||||
components: {
|
||||
},
|
||||
data () {
|
||||
@@ -1,5 +0,0 @@
|
||||
<template>
|
||||
<div class="import">
|
||||
<h1>Import</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user