jsmom-custom-calendar
v1.0.3
Published
自定义日历
Downloads
12
Readme
自定义日历组件
安装
npm i jsmom-custom-calendar xe-utils vue-functional-calendar -S
or
yarn add jsmom-custom-calendar xe-utils vue-functional-calendar
使用
- 引入
import CustomCalendar from "jsmom-custom-calendar";
- 注册
components: { CustomCalendar, }
- 页面
<CustomCalendar v-model="mode" placeholder="请选择"></CustomCalendar>
配置
- v-model 双向数据绑定
Date|String
- placeholder 占位文本
String
- fnFormatTextData
Function
- 格式底部文本的方法
- 参数
- props
Object
- props
- 返回值
- markedColor 选中的文本颜色
- color 文本颜色
- text 文本内容