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