mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
renaming AccompanyingCourse component in 'Banner'
This commit is contained in:
parent
5e0d869d9b
commit
050c325195
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<accompanying-course></accompanying-course>
|
||||
<banner></banner>
|
||||
<persons-associated></persons-associated>
|
||||
<requestor></requestor>
|
||||
<social-issue></social-issue>
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
import AccompanyingCourse from './components/AccompanyingCourse.vue';
|
||||
import Banner from './components/Banner.vue';
|
||||
import PersonsAssociated from './components/PersonsAssociated.vue';
|
||||
import Requestor from './components/Requestor.vue';
|
||||
import SocialIssue from './components/SocialIssue.vue';
|
||||
@ -25,7 +25,7 @@ import Confirm from './components/Confirm.vue';
|
||||
export default {
|
||||
name: 'App',
|
||||
components: {
|
||||
AccompanyingCourse,
|
||||
Banner,
|
||||
PersonsAssociated,
|
||||
Requestor,
|
||||
SocialIssue,
|
||||
|
@ -28,7 +28,7 @@
|
||||
import ToggleFlags from './ToggleFlags';
|
||||
|
||||
export default {
|
||||
name: 'AccompanyingCourse',
|
||||
name: 'Banner',
|
||||
components: {
|
||||
ToggleFlags
|
||||
},
|
Loading…
x
Reference in New Issue
Block a user