Enable using page context for ad inline

This commit is contained in:
Sam Carlton 2022-07-27 12:45:34 -05:00
parent 12705f982e
commit 5b4e044125
2 changed files with 40 additions and 8 deletions

View file

@ -47,8 +47,9 @@
<div class="slot-wrapper">
<slot name="ad-inline">
<AdInline
:name="isSSR ? 'placeholder' : 'default'"
v-once
:name="isSSR ? 'placeholder' : 'default'"
:page="kindPage"
/>
</slot>
</div>