-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for route not found redirect
BREAKING CHANGE: 1. Router instantiation Now the constructor has a single argument. You should call it: new Router({routes: myRoutes, otherOptions...}) (before: new Router(routes, {options...})) 2. For trying to unify plugins API: Now call html5HistoryPlugin.register(router) instead of html5HistoryPlugin.createHistory()
- Loading branch information
Showing
7 changed files
with
2,480 additions
and
2,148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.