blob: e8a9e2b03cc6331120da2d7d2ee086dc3c7fe7b0 [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"
}
}
}
}