Update timemachine.vue

This commit is contained in:
syuilo 2019-04-18 19:42:40 +09:00
parent 33d1ee922f
commit 3492b79126

View File

@ -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) {