fix: fix typo in class name

This commit is contained in:
Daniel Roe 2022-12-07 00:05:17 +00:00
parent 36a35b5fcc
commit f0fb29b078
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55

View file

@ -36,7 +36,7 @@ const moreMenuVisible = ref(false)
</template>
<NavBottomMoreMenu v-slot="{ changeShow, show }" v-model="moreMenuVisible" flex flex-row items-center place-content-center h-full flex-1 cursor-pointer>
<label
flex items-center place-content-center h-full flex-1 class="selete-none"
flex items-center place-content-center h-full flex-1 class="select-none"
:class="show ? '!text-primary' : ''"
>
<input type="checkbox" z="-1" absolute inset-0 opacity-0 @click="changeShow">