time时间

... 2022-9-15 Less than 1 minute

# time时间

值:12:00:00
<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>
<script>
export default {
    data() {
      return {
        form:'12:00:00'
      }
    }
}
</script>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Expand Copy
Last update: September 15, 2022 11:06
Contributors: smallwei
您正在浏览基于 Vue 2.x 的 Avue 文档; 点击这里 查看 Vue 3.x 的升级版本