fix(ElementBinderBuilder): properly bind to web component properties
Fixes #776 Closes #1024
This commit is contained in:
@ -206,6 +206,7 @@ function setupReflector() {
|
||||
'initData': (a,v) => a.initData = v,
|
||||
'data': (a,v) => a.data = v,
|
||||
'condition': (a,v) => a.condition = v,
|
||||
'if': (a,v) => a['if'] = v,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user