diff --git a/src/Playground.vue b/src/Playground.vue
index 4a7b48a07de92af50e498a4f1b645029abf335c0..d50946fd8e8899a48feb5643b74d90eabd010bf3 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%'}`"