Skip to content

Commit

Permalink
#12 - update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Apr 30, 2021
1 parent 04bffac commit 7f8c94a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ app.component('money3', Money3Component)
precision: 2,
masked: false,
disableNegative: false,
disabled: false,
min: Number.MIN_SAFE_INTEGER,
max: Number.MAX_SAFE_INTEGER,
}
Expand Down Expand Up @@ -127,6 +128,7 @@ Must use `v-model.lazy` to bind works properly.
precision: 2,
masked: false /* doesn't work with directive */,
disableNegative: false,
disabled: false,
min: Number.MIN_SAFE_INTEGER,
max: Number.MAX_SAFE_INTEGER,
}
Expand Down

0 comments on commit 7f8c94a

Please sign in to comment.