docs: ts errors

This commit is contained in:
Benjamin Canac
2024-09-16 11:59:01 +02:00
parent ed18e74549
commit 7e672bd041
3 changed files with 5 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ const optionsValues = ref(props.options?.reduce((acc, option) => {
acc[option.name] = option.default
}
return acc
}, {}))
}, {} as Record<string, any>) || {})
</script>
<template>