mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
fix: allow undefined increased
prop
This commit is contained in:
parent
47721801aa
commit
71fbe6acf9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
defineProps<{
|
||||
increased: boolean
|
||||
increased?: boolean
|
||||
}>()
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue