vue的方法:

1、前进、后退、首页
goBack () {
this.router.go(-1); }, goAchead () { this.router.go(1);
},
goHome () {
this.$router.push('/');
}

你可能感兴趣的:(vue的方法:)