• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "@weex-component/b88790ebbe39cc44c23e81e6ef2a07e2": {
3    "ready": "function ready() {\n\t    _modal2.default.toast({ message: this.name });\n\t}",
4    "data": "function data() {\n\t    return {\n\t        name: (0, _getName2.default)()\n\t    };\n\t}",
5    "template": {
6      "type": "div",
7      "children": [
8        {
9          "type": "text",
10          "classList": [
11            "hello"
12          ],
13          "attr": {
14            "value": "function () {return 'Hello ' + (this.name)}"
15          }
16        }
17      ]
18    },
19    "style": {
20      "hello": {
21        "fontSize": 26,
22        "color": "#FF0000"
23      }
24    }
25  }
26}