Update timemachine.vue
This commit is contained in:
parent
7827aeb695
commit
55f63229cd
@ -14,7 +14,7 @@ export default define({
|
||||
}).extend({
|
||||
methods: {
|
||||
chosen(date) {
|
||||
this.$emit('chosen', date);
|
||||
this.$root.$emit('warp', date);
|
||||
},
|
||||
func() {
|
||||
if (this.props.design == 5) {
|
||||
|
Loading…
Reference in New Issue
Block a user