css import
<style>
@import 'style.css'
부모에서 자식-자식으로 props
- props 두번 하면 된다.
- 부모에 있는 손자 뻘 컴포넌트로 데이터 바인딩이 가능하다는 뜻이다.
이미지 집어넣기
<div class="post-body" :style="{ backgroundImage : `url(${instaData.postImage})` }"></div>
- 해당 string 중간에 변수를 넣고 싶으면 `` 이후 $기호로 넣어주면된다.