Skip to content

[Feature request] Case Insensitive match #327

@Gomah

Description

@Gomah

Would be nice to see this feature to match routes without being case sensitive, can be global or attached to a map, example:

router.map({
        '/abc': {
            caseInsensitive: true,
            component: require('./components/abc.vue')
        },
        '/def': {
            caseInsensitive: false, // default to false
            component: require('./components/def.vue')
        }
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions