Skip to content

Commit

Permalink
fix(VDialog): partial revert of changes made in 8083d89
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 22, 2024
1 parent d74128d commit e569110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VDialog/VDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const VDialog = genericComponent<OverlaySlots>()({
props: makeVDialogProps(),

emits: {
'click:outside': (e: MouseEvent) => true,
'update:modelValue': (value: boolean) => true,
afterLeave: () => true,
},
Expand Down

0 comments on commit e569110

Please sign in to comment.