From 624a6665fba9aadd445d1bcf9786d5502b9324ba Mon Sep 17 00:00:00 2001 From: Thorn Walli Date: Thu, 5 Sep 2024 15:23:42 +0200 Subject: [PATCH] fix(components): removed inheritAttrs --- src/runtime/components/BoosterImage.vue | 2 -- src/runtime/components/BoosterPicture.vue | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/runtime/components/BoosterImage.vue b/src/runtime/components/BoosterImage.vue index 9db8b622f2..c04f480ac0 100644 --- a/src/runtime/components/BoosterImage.vue +++ b/src/runtime/components/BoosterImage.vue @@ -6,8 +6,6 @@ import BoosterImage from '#booster/components/BoosterImage/Base'; import imageProps from './BoosterImage/props'; export default { - inheritAttrs: false, - props: { hydrate: { type: Boolean, diff --git a/src/runtime/components/BoosterPicture.vue b/src/runtime/components/BoosterPicture.vue index f4328ede8a..6e5e63b655 100644 --- a/src/runtime/components/BoosterPicture.vue +++ b/src/runtime/components/BoosterPicture.vue @@ -6,8 +6,6 @@ import BoosterPicture from '#booster/components/BoosterPicture/Base'; import pictureProps from './BoosterPicture/props'; export default { - inheritAttrs: false, - props: { hydrate: { type: Boolean,