mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 15:10:36 +00:00
docs(TimePicker): delete useless space (#13096)
This commit is contained in:
@@ -31,7 +31,7 @@ const t = useTranslate({
|
||||
const baseTime = ref(['12', '00']);
|
||||
const secondTime = ref(['12', '00', '00']);
|
||||
const rangeTime = ref(['12', '35']);
|
||||
const filterTime = ref(['12', ' 00']);
|
||||
const filterTime = ref(['12', '00']);
|
||||
const formatterTime = ref(['12', '00']);
|
||||
const hourMinuteTime = ref(['12', '00', '00']);
|
||||
|
||||
|
Reference in New Issue
Block a user