Skip to content

Commit

Permalink
Merge pull request #173 from sGerli/native-fixes
Browse files Browse the repository at this point in the history
Beta 4
  • Loading branch information
sGerli committed Sep 7, 2020
2 parents ca6464f + cec8010 commit 351b6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const routes = [
]

export default new Router({
mode: 'history',
routes: routes,
parseQuery (query) {
return qs.parse(query)
Expand Down

0 comments on commit 351b6bd

Please sign in to comment.