Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • object & object & Vue<this>
    • RouteMixin

Index

Properties

_isMainRoute

_isMainRoute: boolean = false

Whether the Vue component is the main route component of the current route

_scrollX

_scrollX: number = 0

Saved horizontal scroll position

_scrollY

_scrollY: number = 0

Saved vertical scroll position

Methods

activated

  • activated(): void

beforeRouteEnter

  • beforeRouteEnter(to: Route, from: Route, next: function): void
  • Parameters

    • to: Route
    • from: Route
    • next: function
        • (to?: RawLocation | false | function | void): void
        • Parameters

          • Optional to: RawLocation | false | function | void

          Returns void

    Returns void

beforeRouteLeave

  • beforeRouteLeave(to: Route, from: Route, next: function): void
  • Parameters

    • to: Route
    • from: Route
    • next: function
        • (to?: RawLocation | false | function | void): void
        • Parameters

          • Optional to: RawLocation | false | function | void

          Returns void

    Returns void

beforeRouteUpdate

  • beforeRouteUpdate(to: Route, from: Route, next: function): void
  • Parameters

    • to: Route
    • from: Route
    • next: function
        • (to?: RawLocation | false | function | void): void
        • Parameters

          • Optional to: RawLocation | false | function | void

          Returns void

    Returns void

created

  • created(): void

onTitleChanged

  • onTitleChanged(): void

Generated using TypeDoc