mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
fix(rax-render): hidden无效
This commit is contained in:
parent
8647ade39d
commit
08a3e36a67
@ -241,6 +241,10 @@ export default class BaseEngine extends Component {
|
||||
if (!isSchema(schema)) return null;
|
||||
let Comp = components[schema.componentName] || engine.getNotFoundComponent();
|
||||
|
||||
if (schema.hidden) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (schema.loop !== undefined) {
|
||||
return this.__createLoopVirtualDom(
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user