Before I was getting movie detail from the component\'s script. The function first check whether the movie ID of the store is same as of the route\'s param movie ID. If its
In your vuex store:
import Vue from 'vue' Vue.http.post('url',{})
Not like in normal vue components: this.$http.post(...)
this.$http.post(...)