{
  "@weex-component/192c464938a57dbd89308b3f2aaa0b18": {
    "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"
      }
    }
  }
}