mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-23 22:18:26 +01:00
Fixes js warn
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
const { showMenu = false } = defineProps<{
|
||||
showMenu: boolean
|
||||
showMenu?: boolean
|
||||
}>()
|
||||
|
||||
const emit = defineEmits(['menu-click'])
|
||||
|
||||
Reference in New Issue
Block a user