Clean up
This commit is contained in:
parent
fa8a08f016
commit
3519cb208e
@ -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');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user