Vuex Tutorial #8 - Mapping Actions & Getters > JS프레임워크

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

JS프레임워크

Vuex Tutorial #8 - Mapping Actions & Getters 정보

Vue Vuex Tutorial #8 - Mapping Actions & Getters

본문

Mapping Actions & Getters  

 

...을 지원하기 위해서 

npm install babel-preset-stage-2 --save-dev

 

.babelrc에

["stage-2"] 추가

 

import {mapActions } from 'vuex';

import {mapGetters } from 'vuex';

 

saleProducts(){

  return this.$store.getters.saleProducts;

}

가 아래로

...mapGetters([

  'saleProducts'

])

 

reducePrice: function(amount) {

  this.$store.dispatch('reducePrice', amount)

}

가 아래로 (amount는 자동으로??)

...mapActions([

  'reducePrice'

])

 

https://github.com/iamshaunjp/vuex-playlist/tree/lesson-08

 

추천
0

댓글 0개

전체 261 |RSS
JS프레임워크 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT