fix(menu): update value binding for antdVersion in Menu component

3.x
tangjinzhou 2025-09-19 15:26:02 +08:00
parent e1d2133118
commit 6962bac004
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
class="version"
size="small"
:dropdown-match-select-width="false"
:default-value="antdVersion"
:value="antdVersion"
>
<a-select-option :value="antdVersion">{{ antdVersion }}</a-select-option>
<a-select-option value="2.x" @click="changeVersion('2x')">