Skip to content

基本用法

2023-01-18
14:15:00
2023-01-18
14:15:00
vue

当容器不足以完全显示日期时间,组件会将时间两行显示,上面显示日期,下面显示时间

如何拆分日期和时间

组件默认根据空格拆分日期和事件;也可以配置separator属性来指定拆分字符

vue
<template>
  <hl-time-parser time="2023-01-18~14:15:00" separator="~" />
</template>

属性

属性说明类型可选值默认值
time时间String
separator拆分字符String
nowrap容器不足以完全显示日期时间也不换行Booleanfalse