vuejs 질문
본문
지금 axios로 에이작스 작업을 했는데
TypeError: Cannot set property 'list' of undefined
이렇게 언파인드가 나옵니다.
데이터 초기화도 다 했거든요
근데 /home 백단에선 result가 오브젝트인데 어떻게 제어를 해야될까요?
getApi('/home') .then(function(json) { this.list = json.result; }) .catch((err)=>{console.log(err);})
답변을 작성하시기 전에 로그인 해주세요.