mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
9ab71f6d46
commit
5eaf40a7fa
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
<script>
|
||||
import Home from '~/components/Home.vue'
|
||||
import Nav from '~/components/Nav.vue'
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'Index',
|
||||
|
@ -22,7 +21,6 @@ export default {
|
|||
console.error(e)
|
||||
}
|
||||
},
|
||||
computed: mapState(['events']),
|
||||
components: { Nav, Home }
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue