Closed kalvinhu closed 3 months ago
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: The component I wrote has only one label after being coded, and there is no information about the component in package.json
最新 develop,mockServer 模式下启动不复现。 麻烦确认下有没有 同步 #527 PR的代码 操作步骤:
pnpm splitMaterials
拆分物料materials/components
文件夹下添加链接文件pnpm buildMaterials
构建物料pnpm dev
启动 mockServe 以及设计器"hrj-custom-components": "1.1.6"
的依赖声明PS: 画布不显示柱状图的问题。需要修改 isContainer
的配置为 false。
{
"configure": {
"isContainer": false
}
}
Bot detected the issue body's language is not English, translate it automatically.
PS: The canvas does not display the histogram problem. It is necessary to modify the configuration of
isContainer
to false.{ "configure": { "isContainer": false } }
Environment
chrome
Version
latest
Version
latest
Link to minimal reproduction
以下是materials/components里的json文件 KvnBarchart.json
Step to reproduce
把KvnBarchart放入materials/components文件夹里,然后执行build materials,然后从左边栏里将组件拖入画布,保存然后点击出码
What is expected
出码后能正常显示组件
What is actually happening
出码后不能显示组件
What is your project name
TinyEngine
Any additional comments (optional)
No response