2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 02:49:03 +00:00

fix: formatted

This commit is contained in:
AbleKSaju 2024-12-10 09:52:32 +05:30
parent 3d8d3d98e6
commit 8f47bb41d6

View File

@ -28,7 +28,9 @@
'text-gray-500': !value,
}"
>
<span v-if="value" class="cursor-text w-full">{{ selectValue ? selectValue : value }}</span>
<span v-if="value" class="cursor-text w-full">{{
selectValue ? selectValue : value
}}</span>
<span v-else>{{ inputPlaceholder }}</span>
<svg
v-if="!isReadOnly"