merge
This commit is contained in:
@@ -64,6 +64,13 @@ const fetchImages = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
watch(() => props.show, async (newVal) => {
|
||||
if (!newVal) {
|
||||
return
|
||||
}
|
||||
fetchImages();
|
||||
}, { immediate: true })
|
||||
|
||||
|
||||
// 图片数据
|
||||
const images = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user