mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 04:19:43 +00:00
interlocutors wip
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<accompanying-course></accompanying-course>
|
||||
<persons-associated></persons-associated>
|
||||
<requestor></requestor>
|
||||
<test></test>
|
||||
<interlocutors></interlocutors>
|
||||
<!--test></test-->
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -11,7 +12,8 @@ import { mapState } from 'vuex'
|
||||
import AccompanyingCourse from './components/AccompanyingCourse.vue';
|
||||
import PersonsAssociated from './components/PersonsAssociated.vue';
|
||||
import Requestor from './components/Requestor.vue';
|
||||
import Test from './components/Test.vue';
|
||||
import Interlocutors from './components/Interlocutors.vue';
|
||||
//import Test from './components/Test.vue';
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
@@ -19,7 +21,8 @@ export default {
|
||||
AccompanyingCourse,
|
||||
PersonsAssociated,
|
||||
Requestor,
|
||||
Test
|
||||
Interlocutors,
|
||||
//Test
|
||||
},
|
||||
computed: mapState([
|
||||
'accompanyingCourse'
|
||||
|
Reference in New Issue
Block a user