Skip to content

Instantly share code, notes, and snippets.

@igorfelipee
Created August 2, 2017 09:21
Show Gist options
  • Save igorfelipee/600e4a76f9416dcf9028e1b8e2cf9e09 to your computer and use it in GitHub Desktop.
Save igorfelipee/600e4a76f9416dcf9028e1b8e2cf9e09 to your computer and use it in GitHub Desktop.
import { mapActions } from 'vuex';
export default {
name: 'book',
methods: {
...mapActions([
addItemToCart: 'addItemToCart'
])
},
props:['book']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment