[Bug Report][3.7.7] v-confirm-edit renders its actions if the actions
prop is not destructured in the default v-slot
#20905
Labels
Milestone
Environment
Vuetify Version: 3.7.7
Vue Version: 3.4.27
Browsers: Firefox 134.0
OS: Windows 10
Steps to reproduce
v-confirm-edit
componentdefault v-slot
without destructuringactions
:<template v-slot:default="{ model: proxyModel, cancel, save, isPristine }">
Expected Behavior
v-confirm-edit
does not render its actions when the slot is used, especially ifcancel
andsave
are in use.Actual Behavior
The two buttons are rendered in a random place below the component.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: