jsmom-custom-calendar

1.0.3 • Public • Published

自定义日历组件

安装

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
    • 返回值
      • markedColor 选中的文本颜色
      • color 文本颜色
      • text 文本内容

Readme

Keywords

Package Sidebar

Install

npm i jsmom-custom-calendar

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

15.8 kB

Total Files

12

Last publish

Collaborators

  • jsmom