refactor(client): use css modules
This commit is contained in:
parent
72dfbfcf35
commit
f3c0af7e23
3 changed files with 7 additions and 8 deletions
|
@ -80,7 +80,6 @@ export default defineComponent({
|
|||
} else {
|
||||
if (props.ad && item._shouldInsertAd_) {
|
||||
return [h(MkAd, {
|
||||
class: 'a', // advertiseの意(ブロッカー対策)
|
||||
key: item.id + ':ad',
|
||||
prefer: ['horizontal', 'horizontal-big'],
|
||||
}), el];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue