Fix tsc issues
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
const props = defineProps<{modelValue : number | string}>();
|
||||
const props = defineProps<{
|
||||
modelValue?: number | string
|
||||
}>();
|
||||
|
||||
const emits = defineEmits<{
|
||||
(e: "update:modelValue", value: number | string): void
|
||||
|
Reference in New Issue
Block a user