opentiny / tiny-engine

TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
https://opentiny.design/tiny-engine
MIT License
1.95k stars 300 forks source link

🐛 [Bug]: 自己写的组件在出码后只有一个标签,package.json里没有该组件的信息 #642

Closed kalvinhu closed 3 months ago

kalvinhu commented 4 months ago

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

Issues-translate-bot commented 4 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

chilingling commented 4 months ago

image 最新 develop,mockServer 模式下启动不复现。 麻烦确认下有没有 同步 #527 PR的代码 操作步骤:

chilingling commented 4 months ago

PS: 画布不显示柱状图的问题。需要修改 isContainer 的配置为 false。

{
  "configure": {
    "isContainer": false
  }
}

image

Issues-translate-bot commented 4 months ago

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
}
}