v-dialog
-
[Vue.js] v-dialog , $refs 오브젝트가 존재하지 않을 때프로그래밍/Vue.js 2021. 2. 3. 17:23
vuetifyjs 프레임워크 사용시 ref 속성을 지정해도 $refs의 참조 오브젝트가 존재 하지 않는 일이 발생했다. 개발자 모드로 디버깅 해 보아도 해당 오브젝트가 없었다. vuetifyjs.com/en/getting-started/upgrade-guide/#framework 확인해 본 결과 다음과 같은 문구를 발견할 수 있었다. The following components are now lazy by default. This means they will not render their content until they are explicitly activated. This drastically improves performance but may not be wanted depending upon yo..