()
| 35 | } |
| 36 | |
| 37 | initEvent() { |
| 38 | // Bind toggle button |
| 39 | sidebar.btn('button.sidebar-toggle', this.router); |
| 40 | sidebar.collapse('.sidebar', this.router); |
| 41 | // Bind sticky effect |
| 42 | if (this.config.coverpage) { |
| 43 | !isMobile && on('scroll', sidebar.sticky); |
| 44 | } else { |
| 45 | body.classList.add('sticky'); |
| 46 | } |
| 47 | } |
| 48 | }; |
| 49 | } |