mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
move test in a test component, clean requestor component
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<accompanying-course></accompanying-course>
|
||||
<persons-associated></persons-associated>
|
||||
<requestor></requestor>
|
||||
<test></test>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -10,13 +11,15 @@ 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';
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
components: {
|
||||
AccompanyingCourse,
|
||||
PersonsAssociated,
|
||||
Requestor
|
||||
Requestor,
|
||||
Test
|
||||
},
|
||||
computed: mapState([
|
||||
'accompanyingCourse'
|
||||
|
Reference in New Issue
Block a user