fix: dropdown raido menu type error (#7062)

* fix: dropdown raido menu type

* chore: format code
This commit is contained in:
ppxb 2026-01-02 14:25:19 +08:00 committed by GitHub
parent 89b237f6b4
commit 7d2bc2e885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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