time时间

值:12:00:00
<template>
  <el-row :span="24">
    <el-col :span="6">
      值:{{form}}<br />
      <avue-time v-model="form"
                 format="hh时mm分ss秒"
                 value-format="HH:mm:ss"
                 placeholder="请选择时间"></avue-time>
    </el-col>
  </el-row>
</template>
<script>
export default {
  data () {
    return {
      form: '12:00:00'
    }
  }
}
</script>
显示代码
Last Updated:
Contributors: smallwei
您正在浏览基于Avue 3.x文档; 点击这里 查看Avue 2.x 的文档