vuex 알 수 없는 작업 유형: showRegisterLogin/show 내가 다음 코드를 썼는데 오류가 보인다.왜 이러는 거지? 오류 [vuex] 알 수 없는 작업 유형: showRegisterLogin/show 홈 페이지.부에를 하다 // 구성요소 sh 메서드를 사용할 때 이 오류가 발생함 import { mapState, mapActions } from "vuex"; export default { name: "HomePage", components: { RegisterLogin }, data() { return {} }, computed: { ...mapState({ showRegisterLogin: state => state.showRegisterLogin.show }), }, methods: ..