blob: 590d5ea442e49eb083863a11c1c9a044d2e9af77 [file] [log] [blame]
{
"@weex-component/5f2196e6aad549d5070457fadf5d4cc0": {
"data": "function data() {\n\t return {\n\t name: 'Weex'\n\t };\n\t }",
"template": {
"type": "div",
"children": [
{
"type": "text",
"classList": [
"hello"
],
"attr": {
"value": "function () {return 'Hello ' + (this.name)}"
}
}
]
},
"style": {
"hello": {
"fontSize": 26,
"color": "#FF0000"
}
}
}
}