Skip to content

Commit

Permalink
fix(components): fix empty head
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed May 27, 2024
1 parent b47e439 commit 9888d1b
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/BoosterImage/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default {
].filter(Boolean)
};
}
return {};
});
try {
Expand Down
1 change: 1 addition & 0 deletions src/runtime/components/BoosterPicture/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default {
style: [getPictureStyleDescription(metaSources.value, classNames)]
};
}
return {};
});
try {
metaSources.value = await sourceList.getMeta($img, $booster);
Expand Down

0 comments on commit 9888d1b

Please sign in to comment.