Skip to content

Commit

Permalink
fix(router): define title property
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Taran committed Feb 20, 2018
1 parent c1720c4 commit 2ad2280
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export class Router {
*/
baseUrl: string;

/**
* If defined, used in generation of document title for [[Router]]'s routes.
*/
title: string | undefined

/**
* True if the [[Router]] has been configured.
*/
Expand Down

0 comments on commit 2ad2280

Please sign in to comment.