-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07725be
commit f5b6ad2
Showing
5 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,7 +268,7 @@ An exception will be thrown if validation fails. | |
Use it directly in the browser! | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/dist/v-money3.umd.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script> | ||
``` | ||
|
||
Take a look at issue [#15](https://github.com/jonathanpmartins/v-money3/issues/15#issuecomment-830988807) and also this [codesandbox](https://codesandbox.io/s/mystifying-paper-bpfyn?file=/index.html) working example. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Hello v-money3! Money Mask for Vue 3</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> | ||
<script src="https://unpkg.com/[email protected]/dist/vue.global.js"></script> | ||
<script src="https://unpkg.com/[email protected].0/dist/v-money3.umd.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script> | ||
<script src="./src/main.js" type="module"></script> | ||
<!-- | ||
To prevent waterfall-loading, we preload | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters