Object.assign 없이 mapActions 오류 사용? x.vue 파일 methods: { ...mapActions([ 'fetchTopicVideo', ]), } 에러가 발생하며 에러 정보는 다음과 같다. ERROR in ./~/buble-loader!./~/vue-loader/lib/selector.js? type=script&index=0!./src/components/CardList.vue Module build failed: 43 : // }, (res) => { 44 : // console.log('query error') 45 : // }) 46 : }, 47 : methods: { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^..