minix-template
Version:
minix template
31 lines • 480 B
JSON
{
"template": {
"type": "div",
"attr": {},
"classList": [
"container"
],
"children": [
{
"type": "text",
"attr": {
"show": "false",
"value": "Hello World"
}
},
{
"type": "text",
"attr": {
"show": "{{visible}}",
"value": "Hello World"
}
}
]
},
"styles": {},
"actions": {},
"data": {
"visible": false
},
"apiVersion": {}
}