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