Skip to content

Commit

Permalink
chore: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 23, 2023
1 parent e837d95 commit 2c2064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools-ui-kit/src/components/NTextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const input = useVModel(props, 'modelValue', emit, { passive: true })
</slot>
<input
v-model="input"
v-bind="$props"
v-bind="$props as any"
class="ml-0.4em w-full flex-auto n-bg-base !outline-none"
>
</div>
Expand Down

0 comments on commit 2c2064e

Please sign in to comment.