We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47e439 commit 9888d1bCopy full SHA for 9888d1b
src/runtime/components/BoosterImage/Base.vue
@@ -102,6 +102,7 @@ export default {
102
].filter(Boolean)
103
};
104
}
105
+ return {};
106
});
107
108
try {
src/runtime/components/BoosterPicture/Base.vue
@@ -97,6 +97,7 @@ export default {
97
style: [getPictureStyleDescription(metaSources.value, classNames)]
98
99
100
101
metaSources.value = await sourceList.getMeta($img, $booster);
0 commit comments