Skip to content

Commit

Permalink
fix: duplicate listeners on textinput
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Nov 20, 2024
1 parent 6058c9f commit 144cfde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/TextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ interface TextInputProps {
debounce?: number
}
defineOptions({
inheritAttrs: false,
})
const props = withDefaults(defineProps<TextInputProps>(), {
type: 'text',
size: 'sm',
Expand Down

0 comments on commit 144cfde

Please sign in to comment.