1{ 2 "@weex-component/192c464938a57dbd89308b3f2aaa0b18": { 3 "data": "function data() {\n\t return {\n\t name: 'Weex'\n\t };\n\t}", 4 "template": { 5 "type": "div", 6 "children": [ 7 { 8 "type": "text", 9 "classList": [ 10 "hello" 11 ], 12 "attr": { 13 "value": "function () {return 'Hello ' + (this.name)}" 14 } 15 } 16 ] 17 }, 18 "style": { 19 "hello": { 20 "fontSize": 26, 21 "color": "#FF0000" 22 } 23 } 24 } 25}