Skip to content

ignore 参数无效。。查看源码发现 isIgnoreRoute 方法没有return #19

@h330894169

Description

@h330894169

/**

  • Is ignore route
    */
    export function isIgnoreRoute (target) {
    vueScrollBehavior._ignore.some(e => {
    return target.fullPath.match(e)
    })
    }

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions