mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-17 13:20:52 +08:00
fix: test
This commit is contained in:
parent
6de711ccd0
commit
4f309aab25
@ -16,7 +16,7 @@ import { type MaybeArray } from '../../_utils'
|
||||
const timePickerPanelProps = {
|
||||
actions: {
|
||||
type: Array as PropType<Array<'clear' | 'now' | 'confirm'> | null>,
|
||||
default: () => ['clear', 'now', 'confirm']
|
||||
default: () => ['now', 'confirm']
|
||||
},
|
||||
showHour: {
|
||||
type: Boolean,
|
||||
|
@ -93,7 +93,7 @@ export const timePickerProps = {
|
||||
type: Boolean as PropType<boolean | undefined>,
|
||||
default: undefined
|
||||
},
|
||||
actions: Array as PropType<Array<'now' | 'confirm'> | null>,
|
||||
actions: Array as PropType<Array<'clear' | 'now' | 'confirm'> | null>,
|
||||
defaultValue: {
|
||||
type: Number as PropType<number | null>,
|
||||
default: null
|
||||
|
Loading…
Reference in New Issue
Block a user