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 |
Tags
- 동적계획법
- Python
- 코테
- cos pro
- 코딩테스트
- django
- cos
- issue
- Algorithm
- 백준
- 안드로이드
- codingtest
- DFS와BFS
- 분할정복
- 개발
- BAEKJOON
- Flutter
- Vue
- DART
- android
- 동적계획법과최단거리역추적
- C++
- 코드품앗이
- 안드로이드스튜디오
- AndroidStudio
- 파이썬
- 알고리즘
- cos pro 1급
- DFS
- vuejs
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