mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try rendering ad as default slot
This commit is contained in:
parent
58aa495c93
commit
1e7c3a266c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="slot-wrapper">
|
<div class="slot-wrapper">
|
||||||
<slot name="ad-inline">
|
<slot>
|
||||||
<AdInline
|
<AdInline
|
||||||
v-once
|
v-once
|
||||||
:name="isSSR ? 'placeholder' : 'default'"
|
:name="isSSR ? 'placeholder' : 'default'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue