Add _ to segmentValueCharset
This commit is contained in:
parent
0b13431b83
commit
4c70d11a86
3 changed files with 26 additions and 28 deletions
|
@ -81,7 +81,7 @@ function match(routes, location) {
|
|||
export default function initRouter(routes, store) {
|
||||
const patterns = [];
|
||||
const opts = {
|
||||
segmentValueCharset: 'a-zA-Z0-9-.%'
|
||||
segmentValueCharset: 'a-zA-Z0-9-_.%'
|
||||
};
|
||||
|
||||
Object.keys(routes).forEach(name =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue