// // // // // import { mapActions } from 'vuex' export default{ props: ['id', 'title'], computed: { href () { return '#' + this.id } }, methods: mapActions(['deleteShoppingList']) }