1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

docs(TimePicker): fix formatter demo ()

This commit is contained in:
neverland 2023-04-30 19:58:40 +08:00 committed by GitHub
parent 5e7a6a212c
commit 2580fe4342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
packages/vant/src/time-picker

@ -122,7 +122,7 @@ export default {
}; };
return { return {
filter, formatter,
currentTime, currentTime,
}; };
}, },

@ -124,7 +124,7 @@ export default {
}; };
return { return {
filter, formatter,
currentTime, currentTime,
}; };
}, },