feat: implement nested insert

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-10-10 19:34:01 +05:30
parent ecea4c92dc
commit 6e4dd55a6f
4 changed files with 157 additions and 118 deletions

View File

@@ -355,7 +355,6 @@ export default {
this.submitting = false
},
updateCol(_, column, id) {
debugger
this.$set(this.localState, column, id)
}
},