Kyounghwan01 / blog-comment

blog 코멘트 링크 레포
0 stars 0 forks source link

blog/Vue/vue3/composition-api-vuex/ #28

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

vue3에서 vuex 사용법 | 기억보다 기록을

vue3에서 vuex 사용법, vue, computed, reactive, ref, watch, watchEffect, props, vuex, composable, module, composition-api

https://kyounghwan01.github.io/blog/Vue/vue3/composition-api-vuex/

hsson428 commented 2 years ago

{{ time2 }} -> {{ test.time2 }}인것 같습니다!

eunjin0212 commented 1 year ago

yarn install vuex 아니구 yarn add vuex 입니다! 항상 모르는 것을 구글링 하면 이 블로그가 보이네요 잘 보고 있습니다!

Kyounghwan01 commented 1 year ago

@hsson428 @eunjin0212 감사합니다!

eunjin0212 commented 9 months ago

궁금한 것이 있습니다! computed는 readonly 속성이여서 v-model에는 적합하지 않다고 알고 있는데 stote의 state를 그대로 v-model로 사용하려해도 computed로 사용해야하나요?