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
1 changed files with 1 additions and 1 deletions

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>