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

### Clear and concise description of the problem assume we are using some components ```vue ``` this will be transformed to ```vue import XButton from 'x' import 'x/es/button/style/index.css' ``` ###...

enhancement

### Describe the bug const ComponentsPlugin = require('unplugin-vue-components/rspack'); /** @type {import('@rspack/cli').Configuration} */ module.exports = { context: __dirname, entry: { main: './src/main.tsx', }, builtins: { html: [ { template: './index.html', },...

### Description make auto imported component work with tsx ### Linked Issues https://github.com/antfu/unplugin-vue-components/issues/669 ### Additional context

### Clear and concise description of the problem The Vuetify package includes a subdirectory with the components that are early stages, so these components are technically part of the same...

enhancement

### Describe the bug my project is a Vue component project, which only requires packaging components. When using unplugin vue components, packaging cannot create an external component library. Later, I...

### Describe the bug When the global variable and function definition parameter have the same name, the function parameter will be overwritten by the global variable. After troubleshooting, it is...

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

### Description 修复在vue3中无法组件无法显示类型的问题 ### Linked Issues #640 ### Additional context

### Description Resolver for [[email protected]](https://github.com/vueComponent/ant-design-vue/tree/1.x). [[email protected]](https://github.com/vueComponent/ant-design-vue/tree/1.x) is written in vue@2, it is outdated, and it is unlikely that the official will provide a resolver for it. ### Linked Issues ###...