blob: e4cfd6eeaead14b23691a45458761b3737f1b9f7 [file] [log] [blame]
{
"@weex-component/eebf10d54335bc996c5229787ede33eb": {
"template": {
"type": "div",
"children": [
{
"type": "text",
"classList": [
"hello"
],
"attr": {
"value": "function () {return 'Hello ' + (this.name)}"
}
}
]
},
"style": {
"hello": {
"fontSize": 26,
"color": "#FF0000"
}
}
}
}