Skip to content

Commit 57cbd63

Browse files
author
undefined
committed
doc: update doc
1 parent 11de3d0 commit 57cbd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/header/Menu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
:getPopupContainer="trigger => trigger.parentNode"
1313
>
1414
<a-select-option :value="antdVersion">{{ antdVersion }}</a-select-option>
15-
<a-select-option value="1.x" @click="changeVersion('1.x')">v1</a-select-option>
16-
<a-select-option value="v3" @click="changeVersion('next')">v3</a-select-option>
15+
<a-select-option value="1.x" @click="changeVersion('1x')">v1</a-select-option>
16+
<a-select-option value="v3" @click="changeVersion('www')">v3</a-select-option>
1717
</a-select>
1818
<a-button
1919
size="small"

0 commit comments

Comments
 (0)