-
-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
Describe the bug
项目目录存在英文括号(),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组件无法自动加载。
Reproduction
项目(北京)/web
System Info
rsbuild构建vue3项目。
Used Package Manager
npm
Validations
- Follow our Code of ConductRead the Contributing Guide.Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.The provided reproduction is a minimal reproducible of the bug.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
No labels
Activity
fix: unplugin#822