This website works better with JavaScript.
Home
Explore
Help
Sign In
node
/
npmcomment
forked from
npm/comment
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
通用评论
10
Commits
3
Branches
Tree:
7e5e434a34
feature/intl
fix/classname
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '7e5e434a34'
${ noResults }
npmcomment
/
src
/
axios.js
axios.js
90B
History
Raw
1
2
3
4
5
6
import axios from "axios";
axios.defaults.withCredentials = true;
export default axios;