Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- android
- 코딩테스트
- 동적계획법
- cos pro
- Vue
- BAEKJOON
- Algorithm
- 알고리즘
- cos
- DFS
- codingtest
- 코테
- 코드품앗이
- 안드로이드스튜디오
- cos pro 1급
- vuejs
- 안드로이드
- Flutter
- DART
- 개발
- 백준
- Python
- 분할정복
- AndroidStudio
- 파이썬
- 동적계획법과최단거리역추적
- DFS와BFS
- C++
- django
- issue
Archives
- Today
- Total
Development Artist
[Issue, Vuejs] Component name "Something" should always be multi-word 본문
TroubleShooting/VueJs Issue
[Issue, Vuejs] Component name "Something" should always be multi-word
JMcunst 2022. 11. 18. 09:49728x90
반응형
이슈
router 설정하면서, 다음과 같이 multi-word로 구성을 해야한다고 하면서 빌드가 안되는 모습.
해결
multi-word로 구성을 해주면 된다. ex) ProfileView.vue 와 같이...
원인
html 태그와 혼동을 없애기 위함이다.
728x90
반응형
Comments