vue-devui
vue-devui copied to clipboard
🐛 [Bug]: unplugin-vue-components/resolvers 自动导入splitter-pane组件路径失败
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
此处按照文档步骤 按需引入 :
但是在使用组件的时候 生成的 components.d.ts文件中 splitter-pane 的路径不对
他正确的路径应该是在 splitter包中
以下是我index.vue代码
下面是控制台报错信息:
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