week-days
v1.0.3
Published
a weekdays component that can show 8 days from current day, including next and previous button
Downloads
4
Readme
weekdays
横向显示当前一个星期的日历组件,默认从今天的日期开始,显示之后的八天。向后可以无限延伸,向前 只可以回退到今天的日期。其中封装了一个类似 element-ui 的 Message 组件。 用法: <week-days ref="weekDays" @select-date="handleMethod">
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint