refactor(client): use css modules

This commit is contained in:
syuilo 2023-01-10 08:48:37 +09:00
parent 72dfbfcf35
commit f3c0af7e23
3 changed files with 7 additions and 8 deletions

View file

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