blob: b4d79538c07ab9cabe59727c0ad0929d1f24b311 [file] [log] [blame]
{
"@weex-component/toast": {},
"@weex-component/27bd9f030aa3c2c01f3168b3f623e61e": {
"ready": "function ready() {\n\t toast(this.name);\n\t }",
"data": "function data() {\n\t return {\n\t name: 'Weex'\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"
}
}
}
}