fix style

This commit is contained in:
naskya 2023-05-26 12:28:31 +09:00
parent 406901236b
commit 0f40c2ea25
No known key found for this signature in database
GPG key ID: 164DFF24E2D40139

View file

@ -35,7 +35,7 @@
></i>
</span>
<template v-if="count > 0"
><p :class="$style.count">{{ count }}</p></template
><p class="count">{{ count }}</p></template
>
</button>
</template>