From 324de799ff3583da21c9965c835a5d0503f1430a Mon Sep 17 00:00:00 2001 From: NFriedo <69233063+NFriedo@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:21:22 +0200 Subject: [PATCH] BC-5506: add vuetify bugs to doc --- VUE3-UPGRADE-RESULTS/VUETIFY-UPGRADE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/VUE3-UPGRADE-RESULTS/VUETIFY-UPGRADE.md b/VUE3-UPGRADE-RESULTS/VUETIFY-UPGRADE.md index 375f11ff5d..25424cdaa3 100644 --- a/VUE3-UPGRADE-RESULTS/VUETIFY-UPGRADE.md +++ b/VUE3-UPGRADE-RESULTS/VUETIFY-UPGRADE.md @@ -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 \ No newline at end of file