Extends
- Component
Members
current_route :string
The currently loaded page route.
Type:
- string
navbar_items :Array.<object>
Array of navigation bar items where "title" is the page name, and "page" is the page route.
Type:
- Array.<object>
Methods
(async) on_route_change(path, args) → {Promise.<void>}
Called when the navigation changes.
Parameters:
Name | Type | Description |
---|---|---|
path |
string | |
args |
* |
Returns:
- Type
- Promise.<void>
(async) vue_on_create() → {Promise.<void>}
Called when the component is initialized.
Returns:
- Type
- Promise.<void>
(async) vue_on_destroy() → {Promise.<void>}
Called when the component is destroyed.
Returns:
- Type
- Promise.<void>