How can I share a method between components in Vue.js?

Check out this simple shopping cart demo: http://plnkr.co/edit/CHt2iNSRJAJ6OWs7xmiP?p=preview A user can pick a veggie and a fruit, and it will be added into the cart array. The function that add...