blob: c835b117e0d21e854fc1bd518bab80424a6bdf79 [file] [log] [blame]
{
"@weex-component/b88790ebbe39cc44c23e81e6ef2a07e2": {
"ready": "function ready() {\n\t modal.toast({ message: this.name });\n\t }",
"data": "function data() {\n\t return {\n\t name: getName()\n\t };\n\t }",
"template": {
"type": "div",
"children": [
{
"type": "text",
"classList": [
"hello"
],
"attr": {
"value": "function () {return 'Hello ' + (this.name)}"
}
}
]
},
"style": {
"hello": {
"fontSize": 26,
"color": "#FF0000"
}
}
}
}