Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
created() {
this.route = new Route(this.path, () => new Router.defaultScreen(this));
this.route.router = this;
Router.router().addRoutes(this.route);
}