0.0.2 • Published 6 years ago

vue-simpleui-mobile v0.0.2

Weekly downloads
9
License
-
Repository
-
Last release
6 years ago

vue-simpleui-mobile

一个适用于移动端的简单vue组件,用来学习vue练手的,目前只添加了日历组件和选择日历范围组件。

安装

npm run vue-simpleui-mobile

安装项目依赖

npm install

运行示例

npm run serve

测试

npm run test:unit

测试覆盖率

API

Calendar

参数说明类型返回默认值
defaultValue默认日期stringnull-
onChange点确定按钮时的事件回调functionarray''

RangeCalendar

参数说明类型返回默认值
rangeValue默认时间日期范围arraynull-
onChange点确定按钮时的事件回调functionarraynull
0.0.2

6 years ago

0.0.1

6 years ago