unplugin-vue-components icon indicating copy to clipboard operation
unplugin-vue-components copied to clipboard

📲 On-demand components auto importing for Vue

Results 255 unplugin-vue-components issues
Sort by recently updated
recently updated
newest added

### Clear and concise description of the problem The ButtonGroup component is not currently registered in the Primevue resolver to be auto-imported ### Suggested solution Add the ButtonGroup component to...

enhancement

### Clear and concise description of the problem I hope supported it ### Suggested solution I hope supported it ### Alternative _No response_ ### Additional context _No response_ ### Validations...

enhancement

### Describe the bug 使用这个插件后,打包编译后没有结束进程,导致流水线无法自动往后执行 ![image](https://github.com/unplugin/unplugin-vue-components/assets/5998249/13fd84c0-17c1-4eea-b47d-e6aa5e6b2275) ### Reproduction mark ### System Info ```Shell import Components from 'unplugin-vue-components/vite' import { VantResolver} from 'unplugin-vue-components/resolvers' Components({ resolvers: [VantResolver()] }), ``` ### Used Package...

### Description option, skeleton-item,modal-header,form-operation,breadcrumb-item等 这部分组件无法做到按需引入 ### Linked Issues https://github.com/DevCloudFE/vue-devui/issues/1781 ### Additional context

### Clear and concise description of the problem 最近这个问题使我非常的苦恼,我是用这个插件进行自动导入 `vite + vue3 + element plus` 的组件时,在打包时遇到了和自动导入插件同样的问题。就是其他人写的代码由于我没有访问过这些页面,导致没有生成 `components.d.ts` 中的声明,导致打包出现异常。 ### Suggested solution 希望插件在检测到 build 时先生成 `components.d.ts` 文件,最好是可以自动补充缺少的内容,自动删除无用的内容。保证打包的正确性,或者添加重新生成 `components.d.ts` 文件的命令也可以,这个问题在 [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import/issues/496) 同样存在。...

enhancement

### Description ### Linked Issues ### Additional context

### Clear and concise description of the problem I have components that has inside, this scss styles are not being imported, and there are no mention about it in documentation....

enhancement

### Describe the bug 最新版无法正常使用, 降级到v0.26.0 可以正常使用 ### Reproduction https://github.com/huaixu751/unplugin-vue-components-test ### System Info ```Shell System: OS: macOS 14.4.1 CPU: (8) arm64 Apple M1 Memory: 1.23 GB / 16.00 GB Shell:...

### Describe the bug unplugin-vue-components is vulnerable to Regular Expression Denial of Service attack. The following description of **GitHub Advisory Database** explains: The NPM package micromatch is vulnerable to Regular...

### Describe the bug `PrimeVueResolver` is missing components. Example, it does not resolve `ButtonGroup`. There are probably more, but this is what I've encountered so far. Missing so far: -...