show 360 modal onclick
This commit is contained in:
parent
fb3e38a496
commit
268feae2ac
1 changed files with 1 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue