Fix Carbon not being styled

This commit is contained in:
Sam Carlton 2022-07-27 12:24:24 -05:00
parent 75199e2183
commit 45680fc776
2 changed files with 15 additions and 2 deletions

View file

@ -47,7 +47,7 @@
<div class="slot-wrapper">
<slot name="ad-inline">
<AdInline
v-if="isSSR === false"
:name="isSSR ? 'placeholder' : 'default'"
v-once
/>
</slot>