일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Ajax
- 기출문제
- query
- 구멍가게코딩단
- JQuery
- bulkinsert
- 오라클
- JAXBContext
- egov
- 정보처리산업기사
- java
- 부스트코스
- MariaDB
- mybatis
- insertAll
- vue Carousel
- jdbc
- JSON
- checkbox
- swipe 배너
- INSERT
- mysql
- vscode tutorial
- NoSQL
- vue.js
- github
- spring
- 마스킹
- jsp
- Tomcat
Archives
- Today
- Total
개발새발
[vue.js] Expected Number with value 3, got String with value "3" 본문
728x90
반응형
Expected Number with value 3, got String with value "3"
: 값이 3 인 숫자를 예상하고 값이 "3"인 문자열을 얻었습니다.
Vue carousel npm을 이용해서 swipe배너를 만드는 중 <carousel> 태그에 옵션을 추가하다 발생한 에러
변경 전
<carousel v-model=index :per-page="1" :slidePerPage="1" class="banner_list"
paginationActiveColor="#e01a31"
paginationColor="#999"
paginationPadding="3">
변경 후
<carousel v-model=index :per-page="1" :slidePerPage="1" class="banner_list"
paginationActiveColor="#e01a31"
paginationColor="#999"
:paginationPadding=3>
[참고사이트]
github.com/vuejs/vue/issues/1704
728x90
반응형
'[error]' 카테고리의 다른 글
Missing URI template variable for method parameter of type string (0) | 2021.01.20 |
---|---|
form태그 데이터 전송 실패 400 Bad Request (0) | 2020.12.24 |
[lombok] lombok 사용시 디비 필드명이 ex) v_call_yn 일 경우 error : "Property [vCallYn] not found on type" (1) | 2020.09.24 |
invalid input syntax for type timestamp: "" (0) | 2020.09.07 |
[error] "Multiple annotations found at this line" (0) | 2020.06.24 |
Comments