cc-current-time
v1.0.9
Published
## 安装 ``` npm install cc-current-time ``` ## 使用
Downloads
4
Readme
当前时间组件
安装
npm install cc-current-time
使用
import currentTime from 'cc-current-time'
Vue.use(currentTime)
API
|属性|描述|默认值|类型|其他| |-------|-------|-------|-------|-----| |dateSplitType|日期分割字符|-|String|CHA为中文| |timeSplitType|时间分割字符|:|String|CHA为中文| |showDate|是否显示日期|true|Boolean|| |showTime|是否显示时间|true|Boolean|| |showWeek|是否显示周|false|Boolean|| |timePosition|时间显示位置(相对日期)|right|String|'left' 'right'|