minix-template
Version:
minix template
36 lines • 620 B
JSON
{
"template": {
"type": "div",
"attr": {},
"children": [
{
"type": "text",
"attr": {
"value": "Hello-TV"
},
"shown": "{{showIf}}"
},
{
"type": "text",
"attr": {
"value": "Hello-Wearable"
},
"shown": "{{display}}&&!{{showIf}}"
},
{
"type": "text",
"attr": {
"value": "Hello-World"
},
"shown": "!{{display}}&&!{{showIf}}"
}
]
},
"styles": {},
"actions": {},
"data": {
"showIf": false,
"display": true
},
"apiVersion": {}
}