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