quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
34 lines (29 loc) • 591 B
JSON
{
"mixins": [ "mixins/panel-child" ],
"behavior": {
"$listeners": true
},
"props": {
"name": {
"desc": "Slide name",
"examples": [
"accounts", "firstSlide", ":name=\"1\""
],
"category": "model"
},
"img-src": {
"type": "String",
"desc": "URL pointing to a slide background image (use statics folder)",
"examples": [
"statics/my-background.png",
"https://placeimg.com/500/300/nature"
],
"category": "model"
}
},
"slots": {
"default": {
"extends": "default"
}
}
}