blob: f02f95317f21385f16ec4601c8062e4e999c2ee4 [file] [log] [blame]
{
"@weex-component/name1": {
"data": "function data() {\n\t return {\n\t name: ''\n\t };\n\t }",
"template": {
"type": "div",
"children": [
{
"type": "text",
"classList": [
"name"
],
"attr": {
"value": "function () {return this.name}"
}
}
]
},
"style": {
"name": {
"fontSize": 26,
"color": "#FF0000"
}
}
},
"@weex-component/hi1": {
"data": "function data() {\n\t return {\n\t hi: ''\n\t };\n\t }",
"template": {
"type": "div",
"children": [
{
"type": "text",
"classList": [
"hi"
],
"attr": {
"value": "function () {return this.hi}"
}
}
]
},
"style": {
"hi": {
"fontSize": 26,
"color": "#008000"
}
}
},
"@weex-component/ea6e7eb66523432eacea8252752893ce": {
"data": "function data() {\n\t return {\n\t hi: 'Hello',\n\t name: 'Weex'\n\t };\n\t }",
"template": {
"type": "div",
"classList": [
"wrap"
],
"children": [
{
"type": "hi1",
"attr": {
"hi": "function () {return this.hi}"
}
},
{
"type": "name1",
"attr": {
"name": "function () {return this.name}"
}
}
]
},
"style": {
"wrap": {
"flexDirection": "row"
}
}
}
}