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