vue3.x router 路由跳转

引入

import { useRouter } from 'vue-router'

实例化

const router = useRouter()

使用

router.push('/home')

你可能感兴趣的:(前端,vue,vue.js)