Skip to content
Snippets Groups Projects
Commit 89a98b26 authored by syuilo's avatar syuilo
Browse files

Fix #1129

parent f2024f94
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment