Update date-separated-list.vue

This commit is contained in:
syuilo 2021-05-05 15:16:47 +09:00
parent 925a61e4d7
commit 44627c3b5f

View file

@ -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];