yunxing %!s(int64=4) %!d(string=hai) anos
pai
achega
c339afb83d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/ImagePreview.vue

+ 1 - 1
src/components/ImagePreview.vue

@@ -101,8 +101,8 @@ export default {
                 )
         },
         close() {
+            this.roateY()
             this.$emit('update:visible', false)
-            setTimeout(() => {}, 300)
         },
     },
 }