-
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
40a74e2
commit b264656
Showing
5 changed files
with
12 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 |
---|---|---|
|
@@ -261,7 +261,7 @@ A console warn with more information will be shown! | |
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> | ||
|
||
<!-- <script src="./dist/v-money3.umd.js" type="module"></script>--> | ||
|
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