Guest User

Untitled

a guest
May 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const toDepth = to.path.split('/').length
  2. const fromDepth = from.path.split('/').length
  3. this.transitionName = toDepth < fromDepth ? 'slideOutUp' : 'slideInDown'
Add Comment
Please, Sign In to add comment