From 9372539cd617e71633e53d53c5650a51edf79cdd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9C=D0=B0?=
 =?UTF-8?q?=D0=BB=D1=8E=D0=B3=D0=B8=D0=BD?= <d.malygin@iqdev.digital>
Date: Fri, 31 Jan 2025 17:02:38 +0500
Subject: [PATCH] fix: build

---
 src/Playground.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Playground.vue b/src/Playground.vue
index 4a7b48a..d50946f 100644
--- a/src/Playground.vue
+++ b/src/Playground.vue
@@ -225,7 +225,7 @@ const openDrawer = () => (visibleDrawer.value = true);
       },
     ]"
   >
-    <template v-slot="item: unknown">
+    <template v-slot="item: any">
       <h2 style="text-align: center; margin-bottom: 20px">Element {{ item?.index }}</h2>
       <p>{{ item?.text }}</p>
       <img :src="item.src" :style="`width: ${item.index === 1 ? '30px' : '100%'}`"
-- 
GitLab