路由二级目录
This commit is contained in:
@@ -11,13 +11,12 @@ import { Storage, generateQR } from "../libs/utils"
|
||||
const props = defineProps({
|
||||
show: false
|
||||
})
|
||||
|
||||
watch(() => props.show, async (newVal) => {
|
||||
if (!newVal) {
|
||||
return
|
||||
}
|
||||
fetchImages();
|
||||
})
|
||||
},{immediate:true})
|
||||
|
||||
const emit = defineEmits(['go-photo-square', 'update:show']);
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user