show 360 modal onclick

This commit is contained in:
isUnknown 2024-11-19 17:20:47 +01:00
parent fb3e38a496
commit 268feae2ac

View file

@ -96,10 +96,7 @@ const { file } = defineProps({
});
// Variables
const isOpen = ref(false);
watch(isOpen, (newValue) => {
emits("close");
});
const isOpen = ref(true);
const isCommentsOpen = ref(false);
</script>