blob: 48739e0272de1d446e4a72094486c98801f25445 [file] [log] [blame]
{
"@weex-component/b88790ebbe39cc44c23e81e6ef2a07e2": {
"ready": "function ready() {\n\t _modal2.default.toast({ message: this.name });\n\t}",
"data": "function data() {\n\t return {\n\t name: (0, _getName2.default)()\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"
}
}
}
}