unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.65k stars 341 forks source link

Is the project built with rsbuild supported #761

Open JoeXin opened 1 month ago

JoeXin commented 1 month ago

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

sxzz commented 1 month ago

You can use it in Rspack/Rsbuild with:

import Components from 'unplugin-vue-components'

const Plugin = Components.rspack

If you encounter any issues, please provide feedback here.