We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
usingComponents: { "buttonCom": "/kboneComponents/components/buttonCom/index" }
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: