강의

멘토링

커뮤니티

Inflearn Community Q&A

hanumoka's profile image
hanumoka

asked

Quasar Perfect Mastery: If you want to make Vue front-end web quickly! (Based on Vue3)

Project Structure - Viewing the Scaffolded Structure

vue3 composition Api 사용시 setup 내부에서도 /src/boot에 설정한 constatns.js 값을 가져올수 있나요?

Written on

·

391

0

 vue3 composition Api 사용시 setup 내부에서도 /src/boot에 설정한 constatns.js 값을 가져올수 있나요?

vue.jsquasar

Answer 1

1

gymcoding님의 프로필 이미지
gymcoding
Instructor

안녕하세요 :)

Provide / Inject API를 통하여 가져올 수 있습니다 🙂

hanumoka's profile image
hanumoka

asked

Ask a question