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 // Variables
const isOpen = ref(false); const isOpen = ref(true);
watch(isOpen, (newValue) => {
emits("close");
});
const isCommentsOpen = ref(false); const isCommentsOpen = ref(false);
</script> </script>