mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 05:37:56 +01:00
fix(docs): component input string field
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
size="sm"
|
size="sm"
|
||||||
/>
|
/>
|
||||||
<UInput
|
<UInput
|
||||||
v-else-if="prop.type === 'String' && typeof prop.value === 'string'"
|
v-else-if="prop.type === 'String'"
|
||||||
v-model="prop.value"
|
v-model="prop.value"
|
||||||
:name="prop.key"
|
:name="prop.key"
|
||||||
size="sm"
|
size="sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user