fix[redirect]: fix redirect bug in vue-devtool again

This commit is contained in:
Pan 2019-05-13 17:32:53 +08:00
parent 2096ae1b6e
commit 45edf7b048
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
<script>
export default {
beforeCreate() {
created() {
const { params, query } = this.$route
const { path } = params
this.$router.replace({ path: '/' + path, query })
return
},
render: function(h) {
return h() // avoid warning message