Advertisement
sergeuniquite

Untitled

Sep 13th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. :class="{ open: dropDownOpen === 'categoryMenu', active: getActiveMainMenuBoolean(['/now-hiring','/categories', ,'/category'])} "
  2.  
  3. getActiveMainMenuBoolean(urls) {
  4. const { pathname } = window.location;
  5.  
  6. return urls.includes(pathname);
  7. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement