blob: 0107f71f251b026156aeac429c579c87fea3cb5f [file] [log] [blame]
{
"@weex-component/hi": {
"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/name": {
"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/ee83bc6907b957bce242c32bf2c188f2": {
"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": "hi",
"attr": {
"hi": "function () {return this.hi}"
}
},
{
"type": "name",
"attr": {
"name": "function () {return this.name}"
}
}
]
},
"style": {
"wrap": {
"flexDirection": "row"
}
}
}
}