I've just translated from Chinese to English https://github.com/chengheai
vue-week-picker
vue-week-picker
Installation
npm install vue-week-picker --save
DEMO
Features
- Week switch
- Use with DatePicker
Use with Element-ui
Example
Vue component example,Link
How to Use
<VueWeekPicker @dateValue="dateValue" />
Or
<vue-week-picker @dateValue="dateValue" />
import VueWeekPicker from 'vue-week-picker';
export default {
components: {
VueWeekPicker
}
}
Or
export default {
components: {
'vue-week-picker': VueWeekPicker
}
}