Skip to content

Commit

Permalink
fix(docs): component input string field
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 2, 2022
1 parent 8ea3223 commit e521e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/components/[component].vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit e521e1a

@vercel
Copy link

@vercel vercel bot commented on e521e1a Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
nuxthq-ui.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.