style: code cleanup
This commit is contained in:
parent
3beaddf0bd
commit
e44c7d0c2e
3 changed files with 11 additions and 10 deletions
|
@ -18,12 +18,10 @@ const props = defineProps<{
|
|||
const modalPopupVisible = ref<boolean>(false);
|
||||
|
||||
function showModalPopup() {
|
||||
console.log("hello there")
|
||||
modalPopupVisible.value = true
|
||||
}
|
||||
|
||||
function hideModalPopup() {
|
||||
console.log("gone")
|
||||
modalPopupVisible.value = false
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue