-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
选择完一个月份的天数之后到另外一个月份选择天数的时候有问题 #51
Comments
你是怎么调用的?具体参数如何? |
我也遇到这个问题,想改源码不知道怎么改,作者帮助一下吧 |
你是范围选择还是多选啊? 我是用的范围选择,也有过类似的问题,你打印一下选择的日期看看,在月份上加一就OK啦~ 我是这样做的 不知道你适不适用 |
我用多选也有同样的问题,看了下代码,应该是每当值变化以后,都重新调用了一次init。
把这一段代码注释掉就好了 |
我把这个项目,拉倒我的项目中 怎么就报render 函数 is not function |
template or render function not defined |
老铁们, 你们都是怎么用的 啊, 我是把calendar.js, 和calendar.vue copy 到项目里去了, 再把 calendar 引入到我要用的地方 然后 他就报template or render function not defined , 请问 我这样用 有毛病 吗 ? 在线等...... |
楼上的朋友,你是引入组件后没有声明组件吧?看一下vue文档的components |
注册了, 但是没用, 现在已经换了一个 vue-calendar-component 组件, |
如果没注册, 应该报的是 calendar components is not register, 老铁 |
哥们儿解决了吗?我是在所需页面直接import的,(import calendar from './calendar.vue') |
init
render
我是这样改的 |
选择完一个月份的天数之后到另外一个月份选择天数的时候,每点击一下都会跳转到第一次选择的月份
The text was updated successfully, but these errors were encountered: