mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
rename subcomponent
This commit is contained in:
parent
d08f2e0e11
commit
02f1d2ff8a
@ -46,11 +46,11 @@
|
||||
|
||||
<teleport to="#header-accompanying_course-details #banner-social-issues">
|
||||
<div class="grid-12">
|
||||
<social-issues
|
||||
<social-issue
|
||||
v-for="issue in accompanyingCourse.socialIssues"
|
||||
v-bind:key="issue.id"
|
||||
v-bind:issue="issue">
|
||||
</social-issues>
|
||||
</social-issue>
|
||||
</div>
|
||||
</teleport>
|
||||
|
||||
@ -58,13 +58,13 @@
|
||||
|
||||
<script>
|
||||
import ToggleFlags from './Banner/ToggleFlags';
|
||||
import SocialIssues from './Banner/SocialIssues.vue';
|
||||
import SocialIssue from './Banner/SocialIssue.vue';
|
||||
|
||||
export default {
|
||||
name: 'Banner',
|
||||
components: {
|
||||
ToggleFlags,
|
||||
SocialIssues
|
||||
SocialIssue
|
||||
},
|
||||
computed: {
|
||||
accompanyingCourse() {
|
||||
|
@ -11,6 +11,10 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
span.badge {
|
||||
font-size: 95%;
|
||||
text-transform: capitalize !important;
|
||||
font-weight: 500 !important;
|
||||
margin-bottom: 5px;
|
||||
margin-right: 1em;
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user