/specs-and-compare/:carId
 
<keep-alive>
    <router-view :key="$route.fullPath" v-if="$route.meta.keepAlive" />
</keep-alive>
 
this.$router.push({
          path: "/specs-and-compare/" + carId
})