Skip to content

Commit

Permalink
fix(components): removed inheritAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 5, 2024
1 parent caba7e2 commit 624a666
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/runtime/components/BoosterImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import BoosterImage from '#booster/components/BoosterImage/Base';
import imageProps from './BoosterImage/props';
export default {
inheritAttrs: false,
props: {
hydrate: {
type: Boolean,
Expand Down
2 changes: 0 additions & 2 deletions src/runtime/components/BoosterPicture.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import BoosterPicture from '#booster/components/BoosterPicture/Base';
import pictureProps from './BoosterPicture/props';
export default {
inheritAttrs: false,
props: {
hydrate: {
type: Boolean,
Expand Down

0 comments on commit 624a666

Please sign in to comment.