Feat: clean home
This commit is contained in:
parent
78bb4cb1ff
commit
a3cd3864ce
@ -1,19 +1,17 @@
|
||||
<template>
|
||||
<h1>Home</h1>
|
||||
<button @click="writeData" ></button>
|
||||
<section id="selector">
|
||||
<month-selector>
|
||||
</month-selector>
|
||||
<month-selector/>
|
||||
</section>
|
||||
<div id="content">
|
||||
<section id="months">
|
||||
<h2> Mois </h2>
|
||||
<create-month></create-month>
|
||||
<months-list></months-list>
|
||||
<create-month/>
|
||||
<months-list/>
|
||||
</section>
|
||||
<section id="stats">
|
||||
<h2>Résumé</h2>
|
||||
<highlights></highlights>
|
||||
<highlights/>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
@ -38,9 +36,6 @@ export default {
|
||||
computed: {
|
||||
},
|
||||
methods: {
|
||||
...mapActions('config', {
|
||||
'writeData': 'writeData',
|
||||
}),
|
||||
...mapActions('travail', {
|
||||
'loadMonths': 'loadMonths',
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user