1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 20:06:06 +02:00
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);
}
}
});