Update TextField.vue

This commit is contained in:
Matt Kilgore
2024-10-04 16:08:20 -04:00
committed by GitHub
parent 9b7b00e8f2
commit f386d1213f

View File

@@ -12,7 +12,6 @@
{{ typeof value === "string" && (maxLength || minLength) ? `${value.length}/${maxLength}` : "" }}
</span>
</label>
{{ value }}
<input
ref="input"
v-model="value"