fix: dropdown raido menu type error (#7062)
* fix: dropdown raido menu type * chore: format code
This commit is contained in:
parent
89b237f6b4
commit
7d2bc2e885
@ -27,7 +27,7 @@ function handleItemClick(value: string) {
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="start">
|
||||
<DropdownMenuGroup>
|
||||
<template v-for="menu in menus" :key="menu.key">
|
||||
<template v-for="menu in menus" :key="menu.value">
|
||||
<DropdownMenuItem
|
||||
:class="
|
||||
menu.value === modelValue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user