bindinghelper1 Binding Helper Component Binding Helper JS Array Helper Method를 통해 배열 조작을 편하게 하는 것과 유사 논리적인 코드 자체가 변하는것x 쉽게 사용할 수 있도록 되어 있음에 초점을 잡는다. 종류 mapState mapGetter mapActions mapMutations 1. mapState computed와 Store의 state를 매핑시켜 매핑된 computed 이름이 state 이름과 같을때 문자열 배열을 전달 할 수 있음! computed: { todos() { return this.$store.state.todos }, } 위와 같은 코드가 import { mapState } from 'vuex' computed: mapState(['todos',]), 이와 같이 간단한 .. 2022. 5. 15. 이전 1 다음