Let's do that now: import { mapActions } from 'vuex' export default { name: 'TodoItem', props: ['item'], methods: { ...mapActions([ 'toggleItem' ]) ...
確定! 回上一頁