@fy-/fws-vue 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -250,12 +250,12 @@ onUnmounted(() => {
|
|
|
250
250
|
<div
|
|
251
251
|
v-if="true"
|
|
252
252
|
:key="`image-display-${modelValue}`"
|
|
253
|
-
@touchstart="touchStart"
|
|
254
|
-
@touchend="touchEnd"
|
|
255
253
|
class="flex-1 w-full max-w-full flex flex-col items-center justify-center absolute inset-0 z-[2]"
|
|
256
254
|
>
|
|
257
255
|
<div
|
|
258
256
|
class="flex-1 w-full max-w-full flex items-center justify-center"
|
|
257
|
+
@touchstart="touchStart"
|
|
258
|
+
@touchend="touchEnd"
|
|
259
259
|
>
|
|
260
260
|
<template
|
|
261
261
|
v-if="videoComponent && isVideo(images[modelValue])"
|