mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-08-28 04:30:00 -04:00
87223c37dd
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
37 lines
657 B
JSON
37 lines
657 B
JSON
{
|
|
"template": {
|
|
"type": "div",
|
|
"attr": {},
|
|
"children": [
|
|
{
|
|
"type": "div",
|
|
"attr": {},
|
|
"events": {
|
|
"click": "router"
|
|
}
|
|
},
|
|
{
|
|
"type": "div",
|
|
"attr": {},
|
|
"events": {
|
|
"click": "router"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"styles": {},
|
|
"actions": {
|
|
"click": {
|
|
"action": "router",
|
|
"bundleName": "com.example.helloworld",
|
|
"abilityName": "com.example.helloworld.MainAbility",
|
|
"params": {
|
|
"day": "$event.day",
|
|
"time": "$event.time",
|
|
"year": "$event.year"
|
|
}
|
|
}
|
|
},
|
|
"data": {},
|
|
"apiVersion": {}
|
|
} |