vue.js의 저장소에서 가져온 계산된 속성에 대한 설정기 두 개의 체크박스를 만들고 싶습니다.이 체크박스는store.js다음 폼을 통해 백엔드로 전송합니다. Notify me Email me 값을 계산 속성으로 가져옵니다. computed: { BASE_URL () { return this.$store.state.BASE_URL; }, notification () { return this.$store.state.notification; }, email () { return this.$store.state.email; } } 문제는 체크박스를 켜도 스토어의 값이 변경되지 않고 콘솔에 다음과 같은 경고가 표시된다는 것입니다. vue.esm.js?65d7:479 [Vue warn]: Computed prop..