We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目目录存在英文括号(),AutoComponents本地运行异常
import AutoComponents from 'unplugin-vue-components/rspack'; AutoComponents({ // 自动加载组件的目录配置,默认的为 'src/components' dirs: ['src/components'], // 组件支持的文件后缀名 extensions: ['vue', 'jsx', 'tsx'], dts: false, resolvers: [ ElementPlusResolver({ importStyle: 'scss', }), ], }),
src/components组件无法自动加载。
项目(北京)/web
rsbuild构建vue3项目。
npm
The text was updated successfully, but these errors were encountered:
fix: unplugin#822
27c0320
Fixed a bug that contained parentheses in the win path
Successfully merging a pull request may close this issue.
Describe the bug
项目目录存在英文括号(),AutoComponents本地运行异常
src/components组件无法自动加载。
Reproduction
项目(北京)/web
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: