mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
set save button disabled when tag name is empty
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #after>
|
<template #after>
|
||||||
<f7-button class="no-padding"
|
<f7-button :class="{ 'no-padding': true, 'disabled': !newTag || !newTag.name }"
|
||||||
raised fill
|
raised fill
|
||||||
icon-f7="checkmark_alt"
|
icon-f7="checkmark_alt"
|
||||||
color="blue"
|
color="blue"
|
||||||
|
|||||||
Reference in New Issue
Block a user