0👍
There was some problem in your array push.
your data should be like this:
data: {
rows: {
title: '',
description: [{
name: '',
age: '',
}]
}
},
Please have a look on this codepan: https://codepen.io/emtiazzahid/pen/MqXwPv
Its work fine
- [Vuejs]-VueSocket – Emit a message to all open app instances
- [Vuejs]-In Vue.js, how do I enable buttons in a v-for loop when an input is changed?
Source:stackexchange.com