fix: button title

This commit is contained in:
YunYouJun
2022-04-17 04:20:33 +08:00
parent 650e1f666b
commit e313aa9885
5 changed files with 10 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ const rStore = useRecipeStore()
<div text-4xl m="t-4">
<button
class="cursor-pointer transition hover:(text-green-600) active:text-green-800"
title="重置"
@click="rStore.reset"
>
<div v-if="rStore.selectedStuff.length" i-mdi-pot-steam-outline />