|
|
@ -105,6 +105,9 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
watch: { |
|
|
|
watch: { |
|
|
|
|
|
|
|
animate() { |
|
|
|
|
|
|
|
this.direction = this.directions[0] |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
computed: { |
|
|
|
directions() { |
|
|
|
directions() { |
|
|
@ -144,8 +147,7 @@ export default { |
|
|
|
this.$store.commit('setting/setWeekMode', checked) |
|
|
|
this.$store.commit('setting/setWeekMode', checked) |
|
|
|
}, |
|
|
|
}, |
|
|
|
setAnimate() { |
|
|
|
setAnimate() { |
|
|
|
this.direction = this.directions[0] |
|
|
|
let animate = { |
|
|
|
let animate = { |
|
|
|
|
|
|
|
name: this.animate, |
|
|
|
name: this.animate, |
|
|
|
direction: this.direction |
|
|
|
direction: this.direction |
|
|
|
} |
|
|
|
} |
|
|
|