Clean up
This commit is contained in:
parent
fa8a08f016
commit
3519cb208e
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue