<span @click="clickFn">点我</span>

methods:{
    clickFn:function(){
        this.$router.go('/login');//其中login是你定义的一个路由模块
}

Logo

前往低代码交流专区

更多推荐