Fix tests and formatting

This commit is contained in:
leigh-mil
2019-06-10 10:57:44 -04:00
parent 42970ded6f
commit 46cd8f3762
7 changed files with 19 additions and 16 deletions

View File

@@ -14,6 +14,6 @@ export default {
},
data: function() {
return {clinIndex: this.initialClinIndex}
return { clinIndex: this.initialClinIndex }
},
}

View File

@@ -19,7 +19,7 @@ export default {
initialyear: { type: String },
mindate: { type: String },
maxdate: { type: String },
nameTag: { type: String }
nameTag: { type: String },
},
data: function() {

View File

@@ -30,8 +30,6 @@ export default {
clins,
clinIndex,
}
// pass initialCLINIndex in props and add one each time a clin is added...
// this way we can keep track of the clin id for the html name/id/etc
},
methods: {