mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs: ts errors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user