-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ masterブランチの最新版をダウンロードしてください。 | |
headタグ内に次のコードを貼り付けてください。 | ||
``` html | ||
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/axios.min.js'></script> | ||
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].3/v-ajax-form.min.js'></script> | ||
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].4/v-ajax-form.min.js'></script> | ||
``` | ||
|
||
### npm | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ Also download [axios](https://github.com/axios/axios). | |
Paste the following code inside the head tag. | ||
``` html | ||
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/axios.min.js'></script> | ||
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].3/v-ajax-form.min.js'></script> | ||
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].4/v-ajax-form.min.js'></script> | ||
``` | ||
|
||
### npm | ||
|
@@ -51,7 +51,7 @@ npm install v-ajax-form | |
|
||
## Sample code | ||
|
||
Information acquisition page for books. | ||
Information acquisition page for books. | ||
|
||
|
||
[jsfiddle](https://jsfiddle.net/hosokawat/tfhn2cp3/) | ||
|