vuex-map-fields1 [vue.js] veux 사용시 computed property 의 반복적인 get/set 선언을 줄이고 싶다 (using vuex-map-fields) ▣ 고민사항 back-end 만 하다가 오랜만에 front-end 쪽을 보니까 신세계이다. 한 페이지 내에 아래와 같이 vuex와 동기화 처리할 변수(상태 변수)가 여러개 이다. 만약 name, age, city... 10개의 항목이 있다면 유사한 코드 블럭이 10번 반복된다. 이를 축약시켜줄 수 있는 라이브러리가 있을까? 유사한 고민 : Using get/set Computed property with mapState, mapMutation in Vuex // computed property (with vuex) 의 양방향 바인딩 ▣ computed property 에 대한 간단 정리 Define Style 및 특징 sum() 은 함수이지만 sum 과 같은 속성(property) 접근 방식을 사용해도 .. 2020. 9. 19. 이전 1 다음