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 | 31 |
Tags
- Vue3
- 변수
- Til
- 항해99
- TypeScript
- 자바 public
- 자바 while문
- react ag grid
- react with typescript
- 자바 스캐너
- 타입스크립트
- 이클립스 DB연동
- 자바 자동캐스팅
- 항해99 2기
- 자바 공배수
- 프로그래머스
- 정보처리기사실기
- 자바
- 자바 for문
- 자바 switch문
- 자바 구구단 출력
- java
- 자바 강제 캐스팅
- 자바 조건문
- 자바 삼항연산자
- MySQL
- 자바 if문
- 자바 향상된 for문
- 자바 반복문
- 조코딩
Archives
- Today
- Total
뇌 채우기 공간
[에러노트] NavigationDuplicated Navigating to current location ("/search") is not allowed 본문
에러노트
[에러노트] NavigationDuplicated Navigating to current location ("/search") is not allowed
자바칩 프라푸치노 2021. 11. 30. 20:09NavigationDuplicated Navigating to current location ("/search") is not allowed
When I want to do a search multiple times it shows me the NavigationDuplicated error. My search is in the navbar and the way I have configured the search is to take the value using a model and then...
stackoverflow.com
계속 같은 페이지로 이동하는 라우터가 있다고 하는 것 같음
router.push({
name: 'page',
params: {
key: list.key,
},
}, () => null);
이런식으로 에러처리를 해주어야한다.
728x90
'에러노트' 카테고리의 다른 글
[에러노트] Unexpected mutation of "" prop (0) | 2021.11.30 |
---|---|
[에러노트] The following dependencies are imported but could not be resolved: (0) | 2021.11.30 |
[에러노트] Avoided redundant navigation to current location: "/goods?nonPublic=0&page=1". (0) | 2021.11.27 |
[에러노트] No overload matches this call. (0) | 2021.11.24 |
[에러노트] Dependency cycle via @/router/index:3 (0) | 2021.11.22 |