Skip to content

Commit

Permalink
fix: Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jan 18, 2020
1 parent a85cfe7 commit d55d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Router {

path = '/';

hashPath = '!#/';
hashPath = '#!/';

constructor(type) {
// singletone pattern for history and hash router
Expand Down

0 comments on commit d55d351

Please sign in to comment.