unplugin-vue-components
unplugin-vue-components copied to clipboard
π² On-demand components auto importing for Vue
### 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...
### 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...
### 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...
ζδ»Άη»ζ ``` βββ 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`:  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...