Appearance
v-for과 v-if문을 같이 쓰면 생기는 에러
This 'v-if' should be moved to the wrapper element
린트에서 해당 문법을 추가하면된다.
"vue/no-use-v-if-with-v-for": "off"
https://thewayitwas.tistory.com/163