mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-21 22:25:57 -04:00
87223c37dd
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
23 lines
327 B
JSON
23 lines
327 B
JSON
{
|
|
"template": {
|
|
"type": "div",
|
|
"attr": {},
|
|
"classList": [
|
|
"container"
|
|
],
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"attr": {
|
|
"value": "{{content}}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"actions": {},
|
|
"styles": {},
|
|
"data": {
|
|
"content": "Hello World!"
|
|
},
|
|
"apiVersion": {}
|
|
} |