docs(TimePicker): fix formatter demo (#11786)

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

View File

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

View File

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