Closed Shaxine closed 6 months ago
Previous to this fix, using defaults.dialog.component:
defaults.dialog.component
app.use(Vuetify3Dialog, { vuetify: vuetifyInstance, defaults: { dialog: { component: { width: 'auto' }, }, } })
Would take precedence over dialogOptions:
dialogOptions
createDialog({ customComponent: { component: MyCustomComponent, }, dialogOptions: { width: "600px", persistent: true } })
Hi, thanks for PR. I will prevent you when release will be published !
Hi! New version 1.4.8 includes your fix !
1.4.8
Previous to this fix, using
defaults.dialog.component
:Would take precedence over
dialogOptions
: