mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore(Picker): fix typo in demo (#8614)
* chore(Picker): fix typo in demo * chore: fix snapshot
This commit is contained in:
parent
df7114701a
commit
0dff20ee25
@ -11,11 +11,11 @@ export const dateColumns = {
|
||||
],
|
||||
'en-US': [
|
||||
{
|
||||
values: ['Monday', 'Tuesday', 'Wednesday', 'Thusday', 'Friday'],
|
||||
values: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
||||
defaultIndex: 2,
|
||||
},
|
||||
{
|
||||
values: ['Morging', 'Afternoon', 'Evening'],
|
||||
values: ['Morning', 'Afternoon', 'Evening'],
|
||||
defaultIndex: 1,
|
||||
},
|
||||
],
|
||||
|
@ -222,7 +222,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
class="van-picker-column__item"
|
||||
>
|
||||
<div class="van-ellipsis">
|
||||
Thusday
|
||||
Thursday
|
||||
</div>
|
||||
</li>
|
||||
<li role="button"
|
||||
@ -246,7 +246,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
class="van-picker-column__item"
|
||||
>
|
||||
<div class="van-ellipsis">
|
||||
Morging
|
||||
Morning
|
||||
</div>
|
||||
</li>
|
||||
<li role="button"
|
||||
|
Loading…
x
Reference in New Issue
Block a user