Update DropdownMenuRadioItem.vue
Fixed error
This commit is contained in:
parent
6a6968b8ee
commit
af259bfdc8
|
|
@ -20,7 +20,7 @@ const delegatedProps = computed(() => {
|
|||
return delegated
|
||||
})
|
||||
|
||||
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||
const forwarded = useForwardPropsEmits(delegatedProps.value, emits)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user