This commit is contained in:
syuilo 2018-02-24 23:56:57 +09:00
parent 727a3f2bdb
commit 1f4d215875

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