set save button disabled when tag name is empty

This commit is contained in:
MaysWind
2025-02-07 23:24:58 +08:00
parent 373d71c124
commit eb178e7bed
@@ -63,7 +63,7 @@
</div>
</template>
<template #after>
<f7-button class="no-padding"
<f7-button :class="{ 'no-padding': true, 'disabled': !newTag || !newTag.name }"
raised fill
icon-f7="checkmark_alt"
color="blue"