-
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
89d251a
commit 52417e4
Showing
4 changed files
with
12 additions
and
3 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 |
---|---|---|
|
@@ -175,7 +175,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 | ||
|
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