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