chore(Picker): fix typo in demo (#8614)

* chore(Picker): fix typo in demo

* chore: fix snapshot
This commit is contained in:
neverland 2021-04-25 11:42:07 +08:00 committed by GitHub
parent df7114701a
commit 0dff20ee25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@ export const dateColumns = {
], ],
'en-US': [ 'en-US': [
{ {
values: ['Monday', 'Tuesday', 'Wednesday', 'Thusday', 'Friday'], values: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
defaultIndex: 2, defaultIndex: 2,
}, },
{ {
values: ['Morging', 'Afternoon', 'Evening'], values: ['Morning', 'Afternoon', 'Evening'],
defaultIndex: 1, defaultIndex: 1,
}, },
], ],

View File

@ -222,7 +222,7 @@ exports[`should render demo and match snapshot 1`] = `
class="van-picker-column__item" class="van-picker-column__item"
> >
<div class="van-ellipsis"> <div class="van-ellipsis">
Thusday Thursday
</div> </div>
</li> </li>
<li role="button" <li role="button"
@ -246,7 +246,7 @@ exports[`should render demo and match snapshot 1`] = `
class="van-picker-column__item" class="van-picker-column__item"
> >
<div class="van-ellipsis"> <div class="van-ellipsis">
Morging Morning
</div> </div>
</li> </li>
<li role="button" <li role="button"