Skip to content

Commit 46a0bdf

Browse files
committed
fix(datePicker): props default-time Optional
1 parent 43a39ef commit 46a0bdf

File tree

1 file changed

+1
-1
lines changed
  • packages/component/src/component/datePicker

1 file changed

+1
-1
lines changed

packages/component/src/component/datePicker/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export interface DatePickerProps {
150150
contentClass?: string | Array<string | object> | object;
151151
contentStyle?: StyleValue;
152152
format?: string;
153-
defaultTime: string | string[];
153+
defaultTime?: string | string[];
154154
}
155155
156156
defineOptions({

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy