Commit 9372539c authored by Дмитрий Малюгин's avatar Дмитрий Малюгин 🕓
Browse files

fix: build

parent 7b08493f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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%'}`"