250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- centerSlides
- slidePerView
- activeIndex
- archiver
- vue2
- v-bind
- eslint
- JavaScript
- loop:true
- watchOverflow
- display
- css
- error
- index
- realIndex
- classlist
- prettier
- jquery
- querySelector
- slidePerGroup
- eslint prettier
- vscode
- slideChange
- javascirpt
- 인덱스
- Vue
- CORS
- swiper
- js
- swiperOption
Archives
- Today
- Total
코딩하는 둥둥
[Vue warn]: Invalid prop: type check failed for prop "width". Expected Number with value 100, got String with value "100". 본문
Frontend/Vue.js
[Vue warn]: Invalid prop: type check failed for prop "width". Expected Number with value 100, got String with value "100".
둥둥 2023. 1. 15. 19:54728x90
type: Number
을 지정하고 문자열 값을 넘기면 발생하는 오류- type 지정시 부모 컴포넌트는 정적인 값일때도 v-bind를 해줘야 한다.
나의 경우 v-bind(:
)가 빠져서 발생한 오류였다.
References.
728x90
'Frontend > Vue.js' 카테고리의 다른 글
[ Vue2 ] Swiper외부에서 Swiper Index 사용하기 (0) | 2023.02.08 |
---|---|
[ ERROR] Uncaught TypeError: Cannot read properties of undefined (reading 'install') (0) | 2023.01.15 |
[Vue warn]: Property or method "test" is not defined on the instance but referenced during render. (0) | 2023.01.15 |
npm run serve Error (0) | 2023.01.15 |
[Vue-Router] 페이지 새로고침 (0) | 2022.11.19 |