Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用vue路由打开新页面,导航栏无法使用右键关闭 #7744

Open
shuya-weiyue opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@shuya-weiyue
Copy link

版本号:

v3.7.0

问题描述:

右键关闭不了 router.push的页面

import {useRouter} from 'vue-router'
const router = useRouter();
function handle(record: Recordable) {
  router.push({
    path: '/xxxxxxx/xxxxxxx',
    query: {
      id: record.id
    }
  })
}

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant