Vue

Vue 에러 - '{ class: string; }' 형식은 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>' 형식에 할당할 수 없습니다. 개체 리터럴은 알려진 속성만 지정할 수 있으며 'DetailedHTMLProps<HTMLAttributes<HTML..

이즈흐 2023. 11. 29. 15:52

 

 

Vue를 사용해서 프로젝트를 만들다가 생긴 오류이다.

 

나는 타입스크립트를 사용하지도 않는데 위 같은 오류가 뜬다..

문제는 안생기는데 오류가 뜨는게 거슬린다.

 

 

해결방법

<script> 태그가 작성이 안되어 있어서 생기는 오류였다.

 

<script> 태그를 작성하니 오류가 사라졌다.

https://stackoverflow.com/questions/70302671/type-class-string-is-not-assignable-to-type-detailedhtmlpropshtmlattri

 

728x90
반응형
LIST