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
trafficstars

The title is self-explanatory, is there a way to do this? ``` src │ └───components │ │ Example.vue │ └───directives │ color.ts ``` Example.vue ```vue Example ``` color.ts ```ts export...

### Describe the bug 使用该插件按需引入element-ui,打包后把element-ui全量打包了,并未按需打包。 ![image](https://user-images.githubusercontent.com/22515091/184104500-3dec5f46-232f-4b48-9f25-8880e54147d6.png) ![image](https://user-images.githubusercontent.com/22515091/184104674-62507057-c4cc-4037-83c1-5471dbee7e08.png) ### Reproduction https://github.com/FoneQinrf/vite-vue2 ### System Info ```Shell System: OS: macOS 12.4 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Memory: 108.18 MB...

Vue 2.7 no longer needs `@vue/runtime-core`, which means that the generated `components.d.ts` isn't recognised by Volar. I've replaced ``` import '@vue/runtime-core' export {} declare module '@vue/runtime-core' { ``` with ```...

``` javascript AntDesignVueResolver({ importStyle: 'less' }) ``` ``` javascript import { message } from 'ant-design-vue' message.success(‘上传图片成功’) ``` Appears at the bottom of the page and the style is missing. ![image](https://user-images.githubusercontent.com/28656609/176930258-41eda3a3-39c7-42fc-bbf7-f6d1706cc919.png)

### Describe the bug When I hover over an auto-imported component, intellisense does not work. There is no information about the imported component in the modal that opens up: After...

i have tried to set cjs to both true and false to build, but same error. using all latest version. ``` Components({ // allow auto load markdown components under `./src/components/`...

resolver

## Issue When using [single/multiple](https://test-utils.vuejs.org/guide/advanced/stubs-shallow-mount.html#stubbing-a-single-child-component) stubs option with vue test utils it renders the whole inner html of the component, like so: ```js import { describe, it, expect } from...

![image](https://user-images.githubusercontent.com/16264878/172292490-9291f0de-064e-49df-8295-7d0cf9bdcdf1.png) ![image](https://user-images.githubusercontent.com/16264878/172291455-acbddf74-fdb3-4be9-b465-c9f1f076db33.png) ![image](https://user-images.githubusercontent.com/16264878/172291557-4950121e-ef98-4426-881f-960ac38a8799.png)

打包报错:npm run build ` Cannot read properties of undefined (reading 'invalidate')` - vue cli 项目配置如下: ``` configureWebpack: { devtool: "source-map", plugins: [ ComponentsPlugin({ resolvers: [VantResolver()], }), ], }, ``` -...

When using this plugin, I can't normally debugging in chrome. For example, I can't set breakpoint at below position: ![image](https://user-images.githubusercontent.com/62642184/142180188-4a88578e-00cf-4fbc-8682-989e44fec2c5.png) reproduce repositiory: https://github.com/joker77877/vue3-ts-eslint/blob/master/src/components/HelloWorld.vue

bug
pr welcome