基於Vue2.x日期選擇組件

vue-datepicker - 基於Vue2.x日期選擇組件

Datepicker是一款稍微複雜的組件,其中涉及的日曆計算與顯示須要比較清晰的邏輯。javascript

項目地址

https://github.com/watson-yan...vue

預覽圖

<img src="https://github.com/watson-yan/vue-datepicker/blob/master/dist/imgs/2.png" width="400" height="400"/>
圖片描述

How to start

  • 下載依賴項/install dependenciesjava

npm installgit

  • 運行服務/run servergithub

npm run testexpress

  • 程序默認運行在3000端口: localhost:3000npm

Description

在全局註冊或者局部註冊完成後使用組件:框架

<datepicker v-on:picked="picked"></datepicker>

(該組件源碼爲components文件夾下面的datepicker.vue文件, 其他文件是搭建了一個簡易的express框架)spa

  • Props:code

    moment - 傳入的時間(距 1970 年 1 月 1 日之間的毫秒數),默認爲如今時間

  • 觸發選取時間更新的條件:

    1. 選取日期: 在日曆界面點擊日期

    2. 選取年份和月份: 僅在可滑動的年份和月份列表點擊

License

MIT

相關文章
相關標籤/搜索