mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Picker): fix popup content is inconsistent with the Chinese version (#12300)
* fix(Picker): fix bug the content of the popup window is not consistent with the Chinese version under the English version * fix(Picker): Fix the issue that scroll wheel selection list is not supported on pc * fix(Picker): Rollback of new commits last one
This commit is contained in:
parent
829afd5dbd
commit
c0c0bdce17
@ -44,8 +44,7 @@ const t = useTranslate({
|
|||||||
multipleColumns: 'Multiple Columns',
|
multipleColumns: 'Multiple Columns',
|
||||||
customChildrenKey: 'Custom Columns Fields',
|
customChildrenKey: 'Custom Columns Fields',
|
||||||
customChildrenColumns: customKeyColumns['en-US'],
|
customChildrenColumns: customKeyColumns['en-US'],
|
||||||
toastContent: (value: string, index: number) =>
|
toastContent: (value: string) => `Value: ${value}`,
|
||||||
`Value: ${value}, Index:${index}`,
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user