Skip to content

Commit 2f4c92a

Browse files
authored
Merge pull request #210 from FrontEndDev-org/feat/v0.x
docs: 文档修正
2 parents 058f80e + 031d89d commit 2f4c92a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ import {
7070
PUT,
7171
resolveURL,
7272
} from 'openapi-axios/helpers';
73-
import { Axios } from 'axios';
74-
const axios = new Axios();
73+
import axios from 'axios';
7574

7675
const request = axios.request;
7776
const BASE_URL = '/api/v3';

0 commit comments

Comments
 (0)