This commit is contained in:
syuilo 2018-04-18 07:36:04 +09:00
parent fa8a08f016
commit 3519cb208e

View file

@ -30,8 +30,6 @@ export default Vue.extend({
document.addEventListener('keydown', this.onKeydown);
window.addEventListener('scroll', this.onScroll);
console.log(this.$refs.tl);
(this.$refs.tl as any).$once('loaded', () => {
this.$emit('loaded');
});