This commit is contained in:
syuilo 2018-02-24 23:56:57 +09:00
parent f2024f9415
commit 89a98b2644

View file

@ -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);
}
}
});