1.0.15 • Published 5 years ago

vue-calendar-custom v1.0.15

Weekly downloads
66
License
-
Repository
github
Last release
5 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

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago