unplugin-auto-import icon indicating copy to clipboard operation
unplugin-auto-import copied to clipboard

Auto import APIs on-demand for Vite, Webpack and Rollup

Results 111 unplugin-auto-import issues
Sort by recently updated
recently updated
newest added

### Describe the bug unplugin-vue-components定义的src里的组件,会提示ref找不到 ### Reproduction dev环境 ### System Info ```Shell 每当我想修改该组件文件夹名字,然后components.dts重新载入后,该组件提示ref找不到,必须删除组件重新注册 ``` ### Used Package Manager npm ### Validations - [X] Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md) - [X]...

### Describe the bug After upgrading to "unplugin-auto-import": "0.15.0" from 0.14.4 I am getting: EISDIR: illegal operation on a directory (full log listed below) The problem goes away by using...

### Clear and concise description of the problem Hello, I'm having a hard time to understand where I have to put literal strings, absolute or relative path/file names, globs, or...

enhancement

### Describe the bug First off, love your projects, I've been using them more and more of late! This one though, 👌 prefect. Love Nuxt 3's auto-imports and this gives...

### Clear and concise description of the problem Atm there is no preset for this and I'd really like it to be included, instead of manually doing it per-project or...

enhancement

### Clear and concise description of the problem Is there a possibility of adding [yup ](https://github.com/jquense/yup) to the presets. It meets the criteria set in the preset readme. It has...

enhancement

### Describe the bug ``` export namespace main { export class Time { } } ``` Actual results: ``` // output const Time: typeof import('../wailsjs/go/models')['Time']; // any typeof Time ```...

### Clear and concise description of the problem `error when starting dev server: Error: [auto-import] preset react-redux not found` ### Suggested solution error when starting dev server: Error: [auto-import] preset...

enhancement

### Clear and concise description of the problem I use the `@vueuse/core` preset. I have a `useFileDialog` function that comes from *another* library (with a preset). Because `@vueuse/core` added `useFileDialog`...

enhancement

### Description Focusing on the same bug in #498 . If `eslintrc.filepath` ends with "js", it will generate a javascript file (which is add in #494 ), however the `parseESlint`...