first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
38
node_modules/quasar/dist/api/QItemSection.json
generated
vendored
Normal file
38
node_modules/quasar/dist/api/QItemSection.json
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"type": "component",
|
||||
"meta": {
|
||||
"docsUrl": "https://v2.quasar.dev/vue-components/list-and-list-items"
|
||||
},
|
||||
"props": {
|
||||
"avatar": {
|
||||
"type": "Boolean",
|
||||
"desc": "Render an avatar item side (does not needs 'side' prop to be set)",
|
||||
"category": "content"
|
||||
},
|
||||
"thumbnail": {
|
||||
"type": "Boolean",
|
||||
"desc": "Render a thumbnail item side (does not needs 'side' prop to be set)",
|
||||
"category": "content"
|
||||
},
|
||||
"side": {
|
||||
"type": "Boolean",
|
||||
"desc": "Renders as a side of the item",
|
||||
"category": "content"
|
||||
},
|
||||
"top": {
|
||||
"type": "Boolean",
|
||||
"desc": "Align content to top (useful for multi-line items)",
|
||||
"category": "content"
|
||||
},
|
||||
"no-wrap": {
|
||||
"type": "Boolean",
|
||||
"desc": "Do not wrap text (useful for item's main content)",
|
||||
"category": "content"
|
||||
}
|
||||
},
|
||||
"slots": {
|
||||
"default": {
|
||||
"desc": "Section's actual content"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue