blob: 9beba40f58dd0b36b11cb9b3cf6c56c538a57e43 [file] [log] [blame]
{
"@weex-component/77db11e29e85b11856342d968781883e": {
"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"
}
}
}
}