mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
chore(client): fix type def
This commit is contained in:
parent
7bc77f6137
commit
65f3991773
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
<script lang="ts" setup>
|
||||
const props = withDefaults(defineProps<{
|
||||
minWidth: number;
|
||||
minWidth?: number;
|
||||
}>(), {
|
||||
minWidth: 210,
|
||||
minWidth: 210,
|
||||
});
|
||||
|
||||
const minWidth = props.minWidth + 'px';
|
||||
|
|
Loading…
Reference in a new issue