Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Forveille committed Aug 26, 2019
1 parent 7468d31 commit 8d75dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
- an "object" with the following attributes:
- `mask`: same as above
- `unmaskedVar`: name of a variable defined in the "data" section of the component that will receive the "unmasked" text. It may be a structure (eg`"a.bc.d"`), but the first "level" must exists
- `nullIfEmpty`: Set `"unmaskedVar"` to null if the input value is empty. Default to **true**
- `nullIfEmpty`: Set `"unmaskedVar"` to null if the input value is empty. Defaults to **true**
- `tokens`: An array of token objects that will replace the default ones. eg `tokens="[{ 'Y': {pattern: /[0-9]/ }]"`

### Tokens (From vue-the-mask)
Expand Down

0 comments on commit 8d75dce

Please sign in to comment.