Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "components/mixins/route-guard"

Index

Functions

Functions

default

  • default<V>(name: string, get: function, goTo?: Location): RouteGuardMixin
  • Type parameters

    • V: Vue

    Parameters

    • name: string
    • get: function
        • (vm: V): boolean
        • Parameters

          • vm: V

          Returns boolean

    • Default value goTo: Location = {name: 'index'}

    Returns RouteGuardMixin

Generated using TypeDoc