morjs icon indicating copy to clipboard operation
morjs copied to clipboard

支持kbone混合开发

Open yzend opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. 目前项目用的是kbone和原始小程序的混合开发,目前编译会提示报错找不到 miniprogram-element 这个原生组件

Describe the solution you'd like 对于部分组件引用路径可以不进行编译 例如 usingComponents: { "buttonCom": "/kboneComponents/components/buttonCom/index" } 不进行kboneComponents 下的编译 Describe alternatives you've considered 目前是将kbone的文件夹提取到 src同层,然后使用copy的方式进行载入 会简单出现一个编译报错 未找到文件: /kboneComponents/components/buttonCom/index

Additional context Add any other context or screenshots about the feature request here.

yzend avatar Oct 10 '24 10:10 yzend