Skip to content

Commit 324ba93

Browse files
authored
Update README.md
1 parent 1531e01 commit 324ba93

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/vue-imask/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,14 @@ More options see in a [guide](https://imask.js.org/guide.html).
163163
const { el, masked } = useIMask({
164164
mask: Number,
165165
radix: '.',
166-
});
166+
}, /* optional {
167+
emit,
168+
onAccept,
169+
onComplete,
170+
defaultValue,
171+
defaultUnmaskedValue,
172+
defaultTypedValue,
173+
} */);
167174
168175
return { el };
169176
}

0 commit comments

Comments
 (0)