mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
add date for movement editor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<household></household>
|
||||
<concerned></concerned>
|
||||
<dates></dates>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -8,12 +9,14 @@
|
||||
import { mapState } from 'vuex';
|
||||
import Concerned from './components/Concerned.vue';
|
||||
import Household from './components/Household.vue';
|
||||
import Dates from './components/Dates.vue';
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
components: {
|
||||
Concerned,
|
||||
Household,
|
||||
Dates,
|
||||
},
|
||||
computed: {
|
||||
// for debugging purpose
|
||||
|
Reference in New Issue
Block a user