blob: 05aeac1e828cb88358604bb348e6536f4bb8a20d [file] [log] [blame]
{
"@weex-component/192c464938a57dbd89308b3f2aaa0b18": {
"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"
}
}
}
}