forked from Mirrors/elk
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">
|
<script setup lang="ts">
|
||||||
defineProps<{
|
defineProps<{
|
||||||
increased: boolean
|
increased?: boolean
|
||||||
}>()
|
}>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue