Skip to content

Commit

Permalink
fix(QTabPanels): JSON > missing "dark" prop definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent f077643 commit 2575ede
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/components/tab-panels/QTabPanels.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"docsUrl": "https://v2.quasar.dev/vue-components/tab-panels"
},

"props": {
"dark": {
"extends": "dark"
}
},

"slots": {
"default": {
"extends": "default"
Expand Down

0 comments on commit 2575ede

Please sign in to comment.