인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

방정's profile image
방정

asked

Vue3 Perfect Mastery: From Basics to Practice - "Practical Edition"

axios composable function implementation 2

axios 컴포저블 함수 구현 2에서

Written on

·

411

0

if문.png저 빨간줄 부분에서 if문을 안쓰면 에러가 나던데,
왜그럴까요?
then안에서 바로 onSuccess()로 사용 될줄 알았는데.. is not a function 에러가 나는 이유가 궁금합니다.

vue.jsvuejs

Answer 1

0

gymcoding님의 프로필 이미지
gymcoding
Instructor

안녕하세요 :)

if문 전에 console.log('onSuccess: ', onSuccess) 콘솔 로그를 출력해 보시겠어요?

onSuccess가 함수가 아닌 순간에 실행되어서 그런것 같아요.

방정's profile image
방정

asked

Ask a question