1
0
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:
Amir Raminfar
2023-03-08 13:06:04 -08:00
parent 01c63a3650
commit ccd61ce095

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
const { showMenu = false } = defineProps<{
showMenu: boolean
showMenu?: boolean
}>()
const emit = defineEmits(['menu-click'])