We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364c66f commit 2364378Copy full SHA for 2364378
src/printer/index.ts
@@ -187,7 +187,7 @@ export class Printer {
187
188
private _printImports() {
189
const {
190
- axiosImportName = AXIOS_IMPORT_NAME,
+ axiosImportName = '',
191
axiosImportFile = AXIOS_IMPORT_FILE,
192
axiosTypeImportFile = AXIOS_TYPE_IMPORT_FILE,
193
axiosRequestConfigTypeName = AXIOS_QUEST_CONFIG_TYPE_NAME,
src/printer/types.ts
@@ -46,7 +46,7 @@ export type OperationIdNormalize = (context: OperationContext) => string;
46
export interface PrinterOptions {
47
/**
48
* 导入名称,为空字符串时默认导入
49
- * @default axios
+ * @default ""
50
* @example
51
* // 具名导入
52
* import { axios } from 'axios';
0 commit comments