changes
This commit is contained in:
@@ -133,13 +133,13 @@ export default {
|
||||
this.showDate();
|
||||
},
|
||||
watch: {
|
||||
date: function (newVal) {
|
||||
date(newVal) {
|
||||
if (newVal) this.showDate();
|
||||
},
|
||||
vmonth: function (newVal) {
|
||||
vmonth() {
|
||||
this.showDate();
|
||||
},
|
||||
events: function (newVal) {
|
||||
events() {
|
||||
this.showDate();
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user