fix compile error

pull/6898/head
baseballyama 5 years ago
parent 28b2665117
commit 3a96f18beb

@ -260,7 +260,7 @@ export default class Element extends Node {
this.scope = scope; this.scope = scope;
this.children = map_children(component, this, this.scope, info.children); this.children = map_children(component, this, this.scope, info.children);
if (this.is_dynamic_element()) { if (this.is_dynamic_element) {
this.validate_dynamic_element(info); this.validate_dynamic_element(info);
} }
this.validate(); this.validate();

Loading…
Cancel
Save