naive-ui/demo/documentation/components/timePicker/zhCN/format.md
2020-02-26 17:21:03 +08:00

207 B

格式化

<n-time-picker v-model="time" format="h:mm a" />
export default {
  data () {
    return {
      time: null
    }
  }
}
.n-time-picker {
  margin: 0 12px 8px 0;
}