Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
newCell(v-if="showCell") show : false, showCell () { this.show = true; }
data: () => ({ repeat: 0, }),
<child-component v-for="i in repeat"></child-component>
<button @click="repeat++">add one more child component instance</button>