Fix #1129
This commit is contained in:
parent
f2024f9415
commit
89a98b2644
@ -207,7 +207,7 @@ export default Vue.extend({
|
||||
});
|
||||
},
|
||||
warp(date) {
|
||||
(this.$refs.tl as any)[0].warp(date);
|
||||
(this.$refs.tl as any).warp(date);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user