Skip to content

Commit 3514ff2

Browse files
authored
docs(QSplitter): document that value is a percent or nb of pixels based on unit quasarframework#7508 (quasarframework#7514)
1 parent a95591e commit 3514ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/splitter/QSplitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"props": {
1111
"value": {
1212
"type": "Number",
13-
"desc": "Model of the component defining the split ratio percent (0.0 < x < 100.0) between panels; Either use this property (along with a listener for 'input' event) OR use v-model directive",
13+
"desc": "Model of the component defining the size of first panel (or second if using reverse) in the unit specified (for '%' it's the split ratio percent - 0.0 < x < 100.0; for 'px' it's the size in px); Either use this property (along with a listener for 'input' event) OR use v-model directive",
1414
"examples": [ "v-model=\"ratio\"" ],
1515
"category": "model"
1616
},

0 commit comments

Comments
 (0)