mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
pin CDN install instructions to a specific version (#5060)
This commit is contained in:
committed by
GitHub
parent
b733f36c2a
commit
85740c3e7a
@@ -118,13 +118,13 @@ $ pnpm add axios
|
|||||||
Using jsDelivr CDN:
|
Using jsDelivr CDN:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Using unpkg CDN:
|
Using unpkg CDN:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
<script src="https://unpkg.com/axios@1.1.2/dist/axios.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|||||||
Reference in New Issue
Block a user