Inflearn brand logo image

Inflearn Community Q&A

wjdgksak0677's profile image
wjdgksak0677

asked

Vue.js Intermediate Course - Learn Vue.js, ES6, and Vuex by creating a web app

Convenience from helper functions

this

Written on

·

267

1

근데 왜 위에서 접근할떄 this 안써도되나요 ? root라 그런가요 ?

vuejsjavascriptes6vuex

Answer 1

1

captain님의 프로필 이미지
captain
Instructor

안녕하세요 wjd님, 좋은 질문이네요 :) 템플릿 표현식에서 this는 생략해도 상관 없습니다. this가 가리키는 건 해당 컴포넌트의 인스턴스라고 보시면 됩니다 :)

wjdgksak0677's profile image
wjdgksak0677

asked

Ask a question