// // // // // // // import { mapActions } from 'vuex' export default { props: ['title', 'id'], methods: mapActions({ onInput: 'changeTitle' }) }