Skip to content

Commit

Permalink
add missing inheritAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Aug 12, 2023
1 parent 272d649 commit 35d95dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/forms/FormGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import appConfig from '#build/app.config'
// const appConfig = useAppConfig()
export default defineComponent({
inheritAttrs: false,
props: {
name: {
type: String,
Expand Down
1 change: 1 addition & 0 deletions src/runtime/components/overlays/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default defineComponent({
TransitionRoot,
TransitionChild
},
inheritAttrs: false,
props: {
modelValue: {
type: Boolean,
Expand Down

0 comments on commit 35d95dd

Please sign in to comment.