mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
Fixing AMD example
This commit is contained in:
parent
cd0cd18054
commit
5eac34f1cd
@ -21,7 +21,7 @@
|
||||
<script>
|
||||
requirejs.config({
|
||||
paths: {
|
||||
axios: '/axios.amd.min'
|
||||
axios: '/axios.min'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user