quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
24 lines (22 loc) • 599 B
JSON
{
"props": {
"content-class": {
"type": [ "Array", "String", "Object" ],
"desc": "Class definitions to be attributed to the content",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
],
"category": "style"
},
"content-style": {
"type": [ "Array", "String", "Object" ],
"desc": "Style definitions to be attributed to the content",
"examples": [
"background-color: #ff0000",
":content-style=\"{ color: '#ff0000' }\""
],
"category": "style"
}
}
}