@@ -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))
}))
)