Skip to content
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

你好,麻烦问下  display 如何动态的设置时间 #35

Closed
vincent-cong opened this issue Sep 21, 2017 · 2 comments
Closed

你好,麻烦问下  display 如何动态的设置时间 #35

vincent-cong opened this issue Sep 21, 2017 · 2 comments

Comments

@vincent-cong
Copy link

display 如何动态的设置时间

@wjz473
Copy link

wjz473 commented Sep 21, 2017

calendar.vue中,修改watch,添加对value的监听(this.init()不知道有什么影响)

watch:{
events(){
this.render(this.year,this.month)
},
value:function(){
this.init();
}
},

@jinzhe
Copy link
Owner

jinzhe commented Dec 6, 2017

已增加

@jinzhe jinzhe closed this as completed Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants