UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

31 lines 642 B
{ "type": "component", "behavior": { "$listeners": { "desc": "All native events are being propagated (you don't need the '.native' modifier)" } }, "props": { "name": { "type": "Any", "desc": "Panel name", "required": true, "examples": [ "accounts", "firstPanel", ":name=\"1\"" ], "category": "general" }, "disable": { "type": "Boolean", "desc": "Put component in disabled mode", "category": "state" } }, "slots": { "default": { "desc": "Default slot in the devland unslotted content of the component" } } }