v-on:click="$route.path === '/' ? $router.go() : $router.push('/')"
or in JS this.$route.path !== '/' ... blah blah