We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11de3d0 commit 57cbd63Copy full SHA for 57cbd63
src/layouts/header/Menu.vue
@@ -12,8 +12,8 @@
12
:getPopupContainer="trigger => trigger.parentNode"
13
>
14
<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>
+ <a-select-option value="1.x" @click="changeVersion('1x')">v1</a-select-option>
+ <a-select-option value="v3" @click="changeVersion('www')">v3</a-select-option>
17
</a-select>
18
<a-button
19
size="small"
0 commit comments