Skip to content

Commit

Permalink
fix(QCarousel/QStepper/QTabPanels): JSON > model-value should be "req…
Browse files Browse the repository at this point in the history
…uired"
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 9fba1be commit 6552c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/composables/private.use-panel/use-panel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "Any",
"desc": "Model of the component defining the current panel's name; If a Number is used, it does not define the panel's index, but rather the panel's name which can also be an Integer; Either use this property (along with a listener for 'update:model-value' event) OR use the v-model directive.",
"examples": [ "# v-model=\"panelName\"" ],
"required": true,
"category": "model"
},

Expand Down

0 comments on commit 6552c91

Please sign in to comment.