mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 05:30:40 +00:00
docs: ✏️ 根据春希的解释修改 generateAttr 中这块特殊处理的
This commit is contained in:
parent
e78dae09a6
commit
1970e75c28
@ -44,7 +44,7 @@ export function generateAttr(
|
||||
return customHandlers.nodeAttr(attrName, attrValue);
|
||||
}
|
||||
|
||||
// TODO: 这两个为啥要特殊处理??
|
||||
// 为了规避一个上游 schema 引入的 bug
|
||||
if (attrName === 'initValue' || attrName === 'labelCol') {
|
||||
return [];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user