1.1.1 • Published 5 years ago

timeboxselect-aaron v1.1.1

Weekly downloads
6
License
ISC
Repository
-
Last release
5 years ago

框选 div 获取时间插件

这个插件目前可以使用,但是有些地方还不是很完善。目前可以实现简单框选获取数据功能。

这个 vue 插件已经发布到 npm,可以用 npm 安装使用

使用步骤如下:

npm install timeboxselect-aaron -S

import timebox from 'timeboxselect-aaron'

局部引入:
import timebox from 'timeboxselect-aaron'
components: {timebox}
<timebox @selectTime="自定义函数"></timebox>

版本

1.0.0 初版
1.1.0 优化调用方法 提供选中值的返回函数
1.1.1 优化返回函数
1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago