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

301 B

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