import { mapActions } from 'vuex'. export default { props: { todo: { type: Object, required: true }. }, methods: mapActions(['removeTodo'])
確定! 回上一頁