🏷 나눈 이야기들복습 기간에 한 일 공유 - 주구장창 강의 듣기과제 수행 체크 해주세요~승준님 질의응답 채널에 남기신 질문: mounted, created 등 라이프사이클 훅에 async를 바로 붙여서 쓰는 것이 권장되지 않는 이유 → 해당 비동기 함수가 완전히 이행될 때까지 다음 라이프사이클 훅까지 대기하는 것이 보장되지 않는다. 별도의 비동기 메서드로 작성하자.Await async component lifecycle hooks · Issue #7209 · vuejs/vueWhat problem does this feature solve? If a user needs to implement a lifecycle hook that depends on async operations, vue should respect the async nature of the implemented hook and await it in vue land. What does the proposed API look l...https://github.com/vuejs/vue/issues/7209 민우미현유리승준충일