Skip to content

Commit

Permalink
removes emit input mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Nov 26, 2024
1 parent c1b57b2 commit 6de153c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { klona } from 'klona';

export default {
// Implements v-model pattern
emits: [ 'update:modelValue', 'field-ready' ],
emits: [ 'update:modelValue' ],
props: {
// The value passed in from the parent component through the v-model
// directive.
Expand Down

0 comments on commit 6de153c

Please sign in to comment.