mirror of
https://gitee.com/openharmony/third_party_weex-loader
synced 2025-02-19 22:41:31 +00:00
45 lines
1013 B
JavaScript
45 lines
1013 B
JavaScript
{
|
|
"@weex-component/6461408a6e72015716c3e75aedb3f4f8": {
|
|
"ready": "function () {\n\t return modal.toast({\n\t 'message': 'ready'\n\t });\n\t }",
|
|
"data": "function () {\n\t return {\n\t hi: 'Hello',\n\t name: 'Weex'\n\t };\n\t }",
|
|
"template": {
|
|
"type": "div",
|
|
"classList": [
|
|
"wrap"
|
|
],
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"classList": [
|
|
"text-hi"
|
|
],
|
|
"attr": {
|
|
"value": "function () {return this.hi}"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"classList": [
|
|
"text-name"
|
|
],
|
|
"attr": {
|
|
"value": "function () {return this.name}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"style": {
|
|
"wrap": {
|
|
"flexDirection": "row"
|
|
},
|
|
"text-hi": {
|
|
"color": "#FF0000",
|
|
"fontSize": 26
|
|
},
|
|
"text-name": {
|
|
"color": "#008000",
|
|
"fontSize": 26
|
|
}
|
|
}
|
|
}
|
|
} |