vue-devui icon indicating copy to clipboard operation
vue-devui copied to clipboard

🐛 [Bug]: unplugin-vue-components/resolvers 自动导入splitter-pane组件路径失败

Open kasen1015 opened this issue 2 years ago • 0 comments

Version

1.5.7-hotfix.1

Vue Version

"vue": "3.2.47"

Link to minimal reproduction

https://devui.design/design-cn/start

Step to reproduce

此处按照文档步骤 按需引入 : image 但是在使用组件的时候 生成的 components.d.ts文件中 splitter-pane 的路径不对 image 他正确的路径应该是在 splitter包中 image 以下是我index.vue代码 image 下面是控制台报错信息: Module not found: Error: Can't resolve 'vue-devui/splitter-pane/index.es.js' in 和 Module not found: Error: Can't resolve 'vue-devui/splitter-pane/style.css' in

What is expected

我希望能正确的 按需引入 splitter 组件,非常迫切需要

What is actually happening

No response

Any additional comments (optional)

No response

kasen1015 avatar Aug 01 '23 11:08 kasen1015