mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Enable using page context for ad inline
This commit is contained in:
parent
12705f982e
commit
5b4e044125
2 changed files with 40 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue