mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
interlocutors: actions, mutations, fetch request (wip)
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue'
|
||||
import InterlocutorItem from './InterlocutorItem.vue'
|
||||
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue';
|
||||
import InterlocutorItem from './InterlocutorItem.vue';
|
||||
|
||||
export default {
|
||||
name: 'Interlocutors',
|
||||
@@ -60,7 +60,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
accompanyingCourse() {
|
||||
return this.$store.state.accompanyingCourse
|
||||
return this.$store.state.accompanyingCourse;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user