Fix tests and formatting
This commit is contained in:
@@ -14,6 +14,6 @@ export default {
|
||||
},
|
||||
|
||||
data: function() {
|
||||
return {clinIndex: this.initialClinIndex}
|
||||
return { clinIndex: this.initialClinIndex }
|
||||
},
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ export default {
|
||||
initialyear: { type: String },
|
||||
mindate: { type: String },
|
||||
maxdate: { type: String },
|
||||
nameTag: { type: String }
|
||||
nameTag: { type: String },
|
||||
},
|
||||
|
||||
data: function() {
|
||||
|
@@ -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: {
|
||||
|
Reference in New Issue
Block a user