안녕하세요 뷰 로고가 맘에들어서 미루고미루다 드디어 수강하게 되었습니다.
다름이 아니고 작동에는 문제가 없지만 개발자 도구 창에서
```
[Vue warn]: Failed to resolve component: Discount
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <TheModal onCloseModal=fn dummydata= (6) [{…}, {…}, {…}, {…}, {…}, {…}] modalState=false ... >
at <App>
</pre>
<pre>```
라는 문구가 계속 눈에 밟혀 질문드립니다.
경고 메세지를 검색해서 해결하려 하였으나 이해를 하지 못하여 여기에 질문글 올립니다.
현재 Part.1 사용자의 input을 받는 법 (v-model) 까지 강의 수강을 하였습니다.