mounted(){ this.token = localStorage.getItem("token"); if(typeof( this.$route.params.id) === "undefined"){ this.$router.push({name:'Home'}) } this.includeStripe('js.stripe.com/v3/', function(){ this.configureStripe(); }.bind(this) ); }