From e880d2eb1b50a0cac939c24277673e759acfe072 Mon Sep 17 00:00:00 2001 From: Thorn Walli Date: Tue, 10 Sep 2024 19:50:24 +0200 Subject: [PATCH] fix(components): removed log --- src/runtime/components/BoosterPicture.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },