Vue2.0编写的日历组件

前端小白一枚,废了老大劲折腾出来的日历组件,大神求轻喷。
用vue的脚手架搭建起来的目录结构


Vue2.0编写的日历组件_第1张图片
微信截图_20180118170043.png

components文件夹里面的showCalendar.vue是我们的业务组件(父组件),
base文件夹里面的calendar.vue 是基础组件(子组件)

showCalendar.vue中


calendar.vue中

你可能感兴趣的:(Vue2.0编写的日历组件)