Function: navigateToLink()
navigateToLink(
link
,options?
):void
Simple utility to do a full page redirect to a link.
TODO: This should use vue-router instead of window.location.href where possible.
Parameters
Parameter | Type |
---|---|
link | Link |
options? | LinkOptions |
Returns
void