diff --git a/src/runtime/components/BoosterPicture.vue b/src/runtime/components/BoosterPicture.vue index 6e5e63b655..fca6e48bec 100644 --- a/src/runtime/components/BoosterPicture.vue +++ b/src/runtime/components/BoosterPicture.vue @@ -39,7 +39,7 @@ export default { ) ]); } - console.log(this.$props); + return h(BoosterPicture, { ...this.$attrs, ...{ ...this.$props, hydrate: undefined },