index.js 143 Bytes
export default {
  beforeRouteEnter (to, from, next) {
    next(instance => instance.$router.replace(from.fullPath))
  },
  render: h => h()
}