1{ 2 "@weex-component/75ade3685ace094b4dd3622093f2ac3e": { 3 "ready": "function ready() {\n\t _modal2.default.toast({ 'message': 'ready' });\n\t }", 4 "data": "function data() {\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 "attr": { 14 "value": "function () {return this.hi}" 15 } 16 }, 17 { 18 "type": "text", 19 "attr": { 20 "value": "function () {return this.name}" 21 } 22 } 23 ] 24 }, 25 "style": { 26 "wrap": { 27 "flexDirection": "row" 28 } 29 } 30 } 31}