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