fix(docs): component input string field

This commit is contained in:
Benjamin Canac
2022-11-02 11:21:35 +01:00
parent 8ea3223071
commit e521e1ac24

View File

@@ -67,7 +67,7 @@
size="sm"
/>
<UInput
v-else-if="prop.type === 'String' && typeof prop.value === 'string'"
v-else-if="prop.type === 'String'"
v-model="prop.value"
:name="prop.key"
size="sm"