路由二级目录
This commit is contained in:
@@ -91,10 +91,10 @@ const showPhotoSquare=()=>{
|
||||
}
|
||||
|
||||
watch(() => myPhotoValue, async (newVal) => {
|
||||
console.log(newVal)
|
||||
if (!newVal) {
|
||||
return
|
||||
}
|
||||
|
||||
isMyPhotoVisible.value = true;
|
||||
}, { immediate: true })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user