1.0.15 • Published 6 years ago

vue-calendar-custom v1.0.15

Weekly downloads
66
License
-
Repository
github
Last release
6 years ago

vue-calendar

在线演示

demo地址

使用

安装:

npm install vue-calendar-custom -S

引入:

import VueCalendarCustom from 'vue-calendar-custom';
Vue.use(VueCalendarCustom);

基本使用:

<vue-calendar-custom :datetime="new Date()"></vue-calendar-custom>

原型方法:

//将daysList的每个对象通过插槽插入 vue-calendar-custom中,具体查看demo工程
let daysList = this.$initCalendar(new Date());//返回上月、当月、下月天总数
1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago