Skip to content

Instantly share code, notes, and snippets.

@evanxg852000
Created December 7, 2018 13:57
Show Gist options
  • Save evanxg852000/b2ffeb936b6d2745148b94fab85514a9 to your computer and use it in GitHub Desktop.
Save evanxg852000/b2ffeb936b6d2745148b94fab85514a9 to your computer and use it in GitHub Desktop.
route(fn){
if( typeof(fn) !== 'function'){
return
}
return fn(this.router)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment