Explorar el Código

fix: mediaType to MetaType

gemercheung hace 6 meses
padre
commit
4f21e6cb4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/tagging/sign.vue

+ 1 - 1
src/components/tagging/sign.vue

@@ -109,7 +109,7 @@ const pullIndex = ref(-1)
 const isHover = ref(false)
 const queryItems = computed(() => 
   props.tagging.images.map(image => ({
-    type: MediaType.img, 
+    type: MetaType.image, 
     url: getResource(getFileUrl(image))
   }))
 )