Skip to content
Snippets Groups Projects
Commit 44627c3b authored by syuilo's avatar syuilo
Browse files

Update date-separated-list.vue

parent 925a61e4
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment