forked from FoundKeyGang/FoundKey
Fix #1129
This commit is contained in:
parent
f2024f9415
commit
89a98b2644
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue