使用generator,当components中只有自定义组件时,进行组件拖拽会报错 #188
-
Beta Was this translation helpful? Give feedback.
Answered by
mengshang918
Apr 14, 2022
Replies: 1 comment
-
components中的fields的key应该和type保持一致。 所以目前相同type类型的组件只能在组件区展示一次,需要保证每个type具有唯一性 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mengshang918
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
components中的fields的key应该和type保持一致。
所以目前相同type类型的组件只能在组件区展示一次,需要保证每个type具有唯一性
支持相同type类型,roadmap中已有规划去做这件事。