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,