MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / decodeQueryParamPart

Function decodeQueryParamPart

06.Router/basic/js/vue-router.js:480–484  ·  view source on GitHub ↗
(part)

Source from the content-addressed store, hash-verified

478 }
479
480 function decodeQueryParamPart(part) {
481 // http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1
482 part = part.replace(/\+/gm, '%20');
483 return tryDecode(part, true);
484 }
485
486 // The main interface
487

Callers 1

vue-router.jsFile · 0.85

Calls 1

tryDecodeFunction · 0.85

Tested by

no test coverage detected