|
@@ -143,6 +143,6 @@ const createAutoImport = (path: any) => {
|
|
})
|
|
})
|
|
],
|
|
],
|
|
vueTemplate: true, // 是否在 vue 模板中自动导入
|
|
vueTemplate: true, // 是否在 vue 模板中自动导入
|
|
- dts: path.resolve(path.resolve(__dirname, '../src'), 'types', 'auto-imports.d.ts')
|
|
|
|
|
|
+ dts: path.resolve(path.resolve(__dirname, '../src'), 'typings', 'auto-imports.d.ts')
|
|
})
|
|
})
|
|
}
|
|
}
|