1.1.7 • Published 3 years ago

y-drawer-calendar v1.1.7

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

y-drawer-calendar

更新记录

  • version1.1.7 暴露出tabel组件以供二次封装
  • version1.1.5 package.json字段 main指向了老的index.common.js文件 改回index.js
  • version1.1.4 打包过程排除vue element-plus

描述

基于element-plus drawer calendar 封装的移动端日历组件

注意事项

  • 内部为了优化 暂时未将element-plus及其样式打入包中

安装

npm install y-drawer-calendar -S

使用

// 弹框日历
import yDrawerCalendar from 'y-drawer-calendar'
import yDrawerCalendar from 'y-drawer-calendar/lib/index.css'

// 日历表格 方便进行二次封装
import yCalendar from 'y-drawer-calendar/lib/y-calendar.js'
import yCalendar from 'y-drawer-calendar/lib/y-calendar.css'

export default {
  components: {
    yDrawerCalendar,
    yCalendar
  }
}
1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago