Fix #1129
This commit is contained in:
parent
727a3f2bdb
commit
1f4d215875
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