Skip to content

Commit

Permalink
BC-5506: add vuetify bugs to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Oct 17, 2023
1 parent 2bb82e3 commit 324de79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VUE3-UPGRADE-RESULTS/VUETIFY-UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,15 @@ _Currently broken:_ is using `v-speed-dial` which is not available in vuetify 3
- Has been refactored to use required `v-model` API for `VDialog`
- `v-confirmation-dialog` already works
- _TODO:_ refactor all Dialogs that use the `v-custom-dialog` component

## Vuetify 3 Bugs

# v-switch

- vertical height not adjusted when inset with density is used
- GitHub Issue: https://github.com/vuetifyjs/vuetify/issues/18334

# v-card

- hover breaks variant elevated
- GitHub Issue: https://github.com/vuetifyjs/vuetify/issues/17574

0 comments on commit 324de79

Please sign in to comment.