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