load banner accompanying course everywhere

This commit is contained in:
Julien Fastré 2021-06-25 14:09:47 +02:00
parent 0afe277b04
commit d26e08324c
2 changed files with 2 additions and 3 deletions

View File

@ -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');
});
}

View File

@ -24,3 +24,4 @@
</div>
</div>
</div>
<span id="banner-accompanying-course"></span>