onResize() { if (window.innerWidth <= 767) { this.isOnMobile = true; this.collapsed = true; } else { this.isOnMobile = false; this.collapsed = false; } },