Vuex Tutorial #4 - Using Computed Properties 정보
Vue Vuex Tutorial #4 - Using Computed Properties
본문
Using Computed Properties
<script> export default { computed: { products(){ return this.$store.state.products } } } </script>
https://github.com/iamshaunjp/vuex-playlist/tree/lesson-04
추천
0
0
댓글 0개