mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
Update TextField.vue
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
{{ typeof value === "string" && (maxLength || minLength) ? `${value.length}/${maxLength}` : "" }}
|
{{ typeof value === "string" && (maxLength || minLength) ? `${value.length}/${maxLength}` : "" }}
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
{{ value }}
|
|
||||||
<input
|
<input
|
||||||
ref="input"
|
ref="input"
|
||||||
v-model="value"
|
v-model="value"
|
||||||
|
|||||||
Reference in New Issue
Block a user