mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-02 22:43:09 +02:00
Update timemachine.vue
This commit is contained in:
parent
7827aeb695
commit
55f63229cd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default define({
|
||||||
}).extend({
|
}).extend({
|
||||||
methods: {
|
methods: {
|
||||||
chosen(date) {
|
chosen(date) {
|
||||||
this.$emit('chosen', date);
|
this.$root.$emit('warp', date);
|
||||||
},
|
},
|
||||||
func() {
|
func() {
|
||||||
if (this.props.design == 5) {
|
if (this.props.design == 5) {
|
||||||
|
|
Loading…
Reference in a new issue