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
|
// Variables
|
||||||
const isOpen = ref(false);
|
const isOpen = ref(true);
|
||||||
watch(isOpen, (newValue) => {
|
|
||||||
emits("close");
|
|
||||||
});
|
|
||||||
const isCommentsOpen = ref(false);
|
const isCommentsOpen = ref(false);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue