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

πŸ“² On-demand components auto importing for Vue

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

### Describe the bug The current list of components in the PrimeVue resolver has missing components. Here is a list of the ones I founded missing: - [FloatLabel](https://primevue.org/floatlabel/) - [IconField...

### Describe the bug Prerequisites: unplugin-vue-components && unplugin-auto-import && tdesign-vue-next When we have any enum that its name starts with the word T: ``` export enum THEME { LIGHT }...

### Clear and concise description of the problem Right now my understanding of this plugin is that it scans the whole codebase and only add the components from a resolver...

enhancement

### Clear and concise description of the problem This may be a limitation of VS Code, but in VS Code if you option click a component name within Nuxt, rather...

enhancement

### Clear and concise description of the problem New PrimeVue components should be added ### Suggested solution Add InputGroup, InputGroupAddon and MeterGroup ### Alternative _No response_ ### Additional context _No...

enhancement

ζ–‡δ»Άη»“ζž„ ``` β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ components/ β”‚ β”‚ └── src/ β”‚ β”‚ β”‚ └── col.vue β”‚ └── index.ts ``` index.ts ```ts import Col from './src/col.vue' import Col2 from './src/col2.vue'...

### Description Solve the prettier formatting issue, but leave the comment in the head section. `prettier-ignore` will ignore following block (the module declaration) in this case. See https://prettier.io/docs/en/ignore.html#javascript ### Linked...

### Describe the bug I just started a fresh project with `npm init vue@latest`. I installed the plugin latest version and noticed the components are typed as `any`: ![any](https://github.com/antfu/unplugin-vue-components/assets/54607854/3baa88e2-3681-4732-b54f-0b87a42f864f) Investigating,...

### Describe the bug I'm trying to get `unplugin-vue-components` working in my project, but I'm getting problems with `picomatch` (a dependency of `@rollup/[email protected]`, which is a dependency of `unplugin-vue-components`) where...