Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Apr 9, 2024
1 parent 1531e01 commit 324ba93
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/vue-imask/README.md
Expand Up @@ -163,7 +163,14 @@ More options see in a [guide](https://imask.js.org/guide.html).
const { el, masked } = useIMask({
mask: Number,
radix: '.',
});
}, /* optional {
emit,
onAccept,
onComplete,
defaultValue,
defaultUnmaskedValue,
defaultTypedValue,
} */);
return { el };
}
Expand Down

0 comments on commit 324ba93

Please sign in to comment.