Update date-separated-list.vue
This commit is contained in:
parent
925a61e4d7
commit
44627c3b5f
|
@ -90,7 +90,7 @@ export default defineComponent({
|
||||||
} else {
|
} else {
|
||||||
if (this.ad && item._shouldInsertAd_) {
|
if (this.ad && item._shouldInsertAd_) {
|
||||||
return [h(MkAd, {
|
return [h(MkAd, {
|
||||||
class: 'ad',
|
class: 'a', // advertiseの意(ブロッカー対策)
|
||||||
key: item.id + ':ad',
|
key: item.id + ':ad',
|
||||||
prefer: 'horizontal',
|
prefer: 'horizontal',
|
||||||
}), el];
|
}), el];
|
||||||
|
|
Loading…
Reference in New Issue