const io = new IntersectionObserver(callback, options) // 관찰자 초기화 io.observe(element) // 관찰할 대상(요소) 등록
<div ref="observer"> Loading... </div> </div>
=> 팁: 먼저 created를 고려하고 이후 html의 요소를 사용해야하는 경우 mouted로 변경