mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-11-09 16:02:17 +08:00
199 B
199 B
| layout |
|---|
| templateLayout |
<template>
<time-picker
:hour-step="2"
:minute-step="2"
:second-step="2"
/>
</template>
<script>
export default {
}
</script>