mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
16 lines
301 B
Markdown
16 lines
301 B
Markdown
<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>
|
|
```
|