mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
idea comment
This commit is contained in:
parent
927e8134d3
commit
56e51fc2aa
@ -37,6 +37,7 @@ function objHasFns(obj) {
|
|||||||
- className binding returning object with className => enabled map
|
- className binding returning object with className => enabled map
|
||||||
- add subviews inside the template
|
- add subviews inside the template
|
||||||
*/
|
*/
|
||||||
|
// TODO: should we rename this to BoundView or something? As opposed to StaticView ...
|
||||||
export class TemplateView {
|
export class TemplateView {
|
||||||
constructor(value, render = undefined) {
|
constructor(value, render = undefined) {
|
||||||
this._value = value;
|
this._value = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user