Skip to content

Commit

Permalink
Merge pull request #3 from limbo-works/bug-characters-with-percentage
Browse files Browse the repository at this point in the history
feat: added support for special characters
  • Loading branch information
toby044 authored Apr 10, 2024
2 parents 0e35973 + d7ebf34 commit 5aa2775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export default defineNuxtPlugin((nuxtApp) => {
* host handling end
*/

config.route = config.route.includes('%') ? decodeURI(config.route): config.route;

const urlSearchParams = new URLSearchParams({
appHost,
navContext: process.server,
Expand Down

0 comments on commit 5aa2775

Please sign in to comment.