Files
zhongjianfei 87223c37dd zhongjianfei@huawei.com
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
2021-08-28 16:45:47 +08:00

23 lines
327 B
JSON

{
"template": {
"type": "div",
"attr": {},
"classList": [
"container"
],
"children": [
{
"type": "text",
"attr": {
"value": "{{content}}"
}
}
]
},
"actions": {},
"styles": {},
"data": {
"content": "Hello World!"
},
"apiVersion": {}
}