Update vue and template to add multiple LOAs

This commit is contained in:
leigh-mil
2019-06-10 12:16:05 -04:00
parent 62c794e7b8
commit e9c21b0d5e
3 changed files with 89 additions and 12 deletions

View File

@@ -34,8 +34,8 @@ export default {
methods: {
addClin: function(event) {
this.clins = this.clins + 1
this.clinIndex = this.clinIndex + 1
++this.clins
++this.clinIndex
},
},
}