fix(Modal): prevent attrs inherit

This commit is contained in:
Benjamin Canac
2022-03-10 16:33:40 +01:00
parent da3ed26c2c
commit 850c766fab
2 changed files with 12 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ export default {
TransitionChild,
Card
},
inheritAttrs: false,
props: {
modelValue: {
type: Boolean,