1{ 2 "@weex-component/6461408a6e72015716c3e75aedb3f4f8": { 3 "ready": "function () {\n\t return modal.toast({\n\t 'message': 'ready'\n\t });\n\t }", 4 "data": "function () {\n\t return {\n\t hi: 'Hello',\n\t name: 'Weex'\n\t };\n\t }", 5 "template": { 6 "type": "div", 7 "classList": [ 8 "wrap" 9 ], 10 "children": [ 11 { 12 "type": "text", 13 "classList": [ 14 "text-hi" 15 ], 16 "attr": { 17 "value": "function () {return this.hi}" 18 } 19 }, 20 { 21 "type": "text", 22 "classList": [ 23 "text-name" 24 ], 25 "attr": { 26 "value": "function () {return this.name}" 27 } 28 } 29 ] 30 }, 31 "style": { 32 "wrap": { 33 "flexDirection": "row" 34 }, 35 "text-hi": { 36 "color": "#FF0000", 37 "fontSize": 26 38 }, 39 "text-name": { 40 "color": "#008000", 41 "fontSize": 26 42 } 43 } 44 } 45}