Skip to content

Commit

Permalink
#15 - Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed May 3, 2021
1 parent 630a8b8 commit 53809ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,16 @@ Must use `v-model.lazy` to bind works properly.
| max | false | Number | Number.MAX_SAFE_INTEGER | The max value allowed |
| allowBlank | false | Boolean | false | If the field can start blank and be cleared out by user |

## Don't want to use a package manager?

Use it directly in the browser!

```html
<script src="https://unpkg.com/v-money3@3.10.2/dist/v-money3.umd.js"></script>
```

Take a look at this ([codesandbox](https://codesandbox.io/s/mystifying-paper-bpfyn?file=/index.html)).

### References

- https://github.com/vuejs-tips/v-money (based on `v-money`)
Expand Down

0 comments on commit 53809ef

Please sign in to comment.