mirror of
https://github.com/youzan/vant.git
synced 2026-01-13 07:03:44 +08:00
fix(TimePicker): correct error message for unsupported columns type (#13691)
This commit is contained in:
@@ -153,7 +153,7 @@ export default defineComponent({
|
||||
default:
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
throw new Error(
|
||||
`[Vant] DatePicker: unsupported columns type: ${type}`,
|
||||
`[Vant] TimePicker: unsupported columns type: ${type}`,
|
||||
);
|
||||
}
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user