mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
first impl for household editor
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<concerned></concerned>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Concerned from './components/Concerned.vue';
|
||||
import { mapState } from 'vuex';
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
components: {
|
||||
Concerned,
|
||||
},
|
||||
computed: {
|
||||
// for debugging purpose
|
||||
// (not working)
|
||||
//...mapState({
|
||||
// 'concerned', 'household', 'positions'
|
||||
// })
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
Reference in New Issue
Block a user