Vue component에 두 개의template 이하 태그가 존재하고 v-for를 사용할 때

4842 단어 Nuxt.jsnuxtVue.jstech
Vue의 component 메모리에 두 개의 template 이하의 탭이 있으면, 회전 배열할 때 발생하는 오류가 대응합니다.
Nuxt + Vuetify.js에서 만나다
Vuetify로 list 제작시v-list 사용v-list 내에서 전개된 기초는 v-list-item뿐만 아니라v-divider도 있다.
Vuetify뿐만 아니라 Vue로component 파일을 만들 때 두 개의template 이하의 라벨이 존재하는 경우도 흔하다.
두 개의template 이하의 라벨은 다음과 같은 쓰기 방법이 있다
<template>
  <h1>タイトル</h1>
  <p>本文</p>
</template>
다음 오류 메시지가 표시됩니다.
Errors compiling template: Cannot use