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