Kyounghwan01 / blog-comment

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

blog/Vue/vue3/global-state/ #54

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

vue3 global 변수 다루기 | 기억보다 기록을

vue3 global 변수 다루기, vue, computed, reactive, ref, watch, watchEffect, props, vuex, composable

https://kyounghwan01.github.io/blog/Vue/vue3/global-state/

chuhoon commented 1 year ago

getCurrentInstance() 이 방법이 안전한가요? 공식 문서에서는 이게 내부 메서드라 나와 있지 않는 것 같아서요..! 궁금해서 여쭤봅니다.

Kyounghwan01 commented 1 year ago

getCurrentInstance() 이 방법이 안전한가요? 공식 문서에서는 이게 내부 메서드라 나와 있지 않는 것 같아서요..! 궁금해서 여쭤봅니다.

@chuhoon 제가 이 글을 작성할 당시에는 getCurrentInstance가 문서에 있었는데 지금은 deprecated 되었네요. 아래 evan 코멘트를 보시면 더 잘 이해가 되실 것 같습니다!

https://github.com/vuejs/vue/issues/12596#issuecomment-1173269807