1.0.3 • Published 2 years ago

jsmom-custom-calendar v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

自定义日历组件

安装

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 文本内容
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago