You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/time-picker/demo/interval-options.md

16 lines
301 B

<cn>
#### 步长选项
可以使用 `hourStep` `minuteStep` `secondStep` 按步长展示可选的时分秒。
</cn>
<us>
#### interval option
Show stepped options by `hourStep` `minuteStep` `secondStep`.
</us>
```html
<template>
<a-time-picker :minuteStep="15" :secondStep="10" />
</template>
```