asked
Vue.js Intermediate Course - Learn Vue.js, ES6, and Vuex by creating a web app
Convenience from helper functions
Written on
·
267
1
근데 왜 위에서 접근할떄 this 안써도되나요 ? root라 그런가요 ?
Answer 1
안녕하세요 wjd님, 좋은 질문이네요 :) 템플릿 표현식에서 this는 생략해도 상관 없습니다. this가 가리키는 건 해당 컴포넌트의 인스턴스라고 보시면 됩니다 :)