vuejs
3 posts
Mutating props vue-warn
Mutating props vue warn 뷰에서 컴포넌트를 선언후 props로 값을 부모로 부터 받을때 해당 값을 직접 변경 할려고 할때 warn이 나타납니다. 아래의 코드를 보면 v model="propsData"로 직접 select 값을 바꾸는데 값을 바꿀수 있다 이때 warn 메시지가 나타난다. 이렇게 다시 변수를
2 min read
Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.
Component template should contain exactly one root element. If you are using v if on multiple elements, use v else if to chain them instead. 7년만에 자바스크립트를 하는데 어려운 점이 많네요 ㅜㅜ 일단 뷰에서 컴
1 min read