mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
load banner accompanying course everywhere
This commit is contained in:
parent
0afe277b04
commit
d26e08324c
@ -24,7 +24,6 @@ if (root === 'app') {
|
||||
.use(i18n)
|
||||
.component('app', App)
|
||||
.mount('#accompanying-course');
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
@ -43,8 +42,7 @@ if (root === 'banner') {
|
||||
.use(store)
|
||||
.use(i18n)
|
||||
.component('banner', Banner)
|
||||
.mount('#accompanying-course');
|
||||
|
||||
.mount('#banner-accompanying-course');
|
||||
});
|
||||
|
||||
}
|
||||
|
@ -24,3 +24,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span id="banner-accompanying-course"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user