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}` : "" }}
|
||||
</span>
|
||||
</label>
|
||||
{{ value }}
|
||||
<input
|
||||
ref="input"
|
||||
v-model="value"
|
||||
|
||||
Reference in New Issue
Block a user