Skip to content

Instantly share code, notes, and snippets.

@Sk-OmarFaruque
Last active September 15, 2017 04:19
Show Gist options
  • Save Sk-OmarFaruque/aa371c82b184804fbd5557a4c7f6d714 to your computer and use it in GitHub Desktop.
Save Sk-OmarFaruque/aa371c82b184804fbd5557a4c7f6d714 to your computer and use it in GitHub Desktop.
//set in store
this.$store.commit('SET_WEEK_SETUP', this.booking)
// get out put from store
self.$store.state.authUser
//load router
this.$router.push('/dashboard')
//emit send from component
this.$emit('saveMap', this.$data)
//emit get in view
<gmap :position="{lat: -25.232, lng: 131.044}" @saveMap="save"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment