blob: 23fee40460f9140dc2532cd7612617dca45dc8b4 [file] [log] [blame]
{
"@weex-component/name": {
"data": "function data() {\n\t return {\n\t name: ''\n\t };\n\t }",
"template": {
"type": "div",
"children": [
{
"type": "text",
"classList": [
"name"
],
"attr": {
"value": "function () {return this.name}"
}
}
]
},
"style": {
"name": {
"fontSize": 26,
"color": "#FF0000"
}
}
},
"@weex-component/b8ad1bad658f6c5956190b94be78d6db": {
"data": "function data() {\n\t return {\n\t name: 'Weex'\n\t };\n\t }",
"template": {
"type": "div",
"style": {
"flexDirection": "row"
},
"children": [
{
"type": "text",
"classList": [
"hello"
],
"attr": {
"value": "Hello"
}
},
{
"type": "name",
"attr": {
"name": "function () {return this.name}"
}
}
]
},
"style": {
"hello": {
"fontSize": 26,
"color": "#008000"
}
}
}
}