This commit is contained in:
Montana
2018-09-17 13:41:35 -04:00
parent f4c379ea25
commit 0d80604fcd
2 changed files with 5 additions and 13 deletions

View File

@@ -28,13 +28,6 @@ export default {
methods: {
change: function (e) {
this.value = e.target.value
},
readableName: function (role) {
return role.replace(/[_]/g, " ")
},
},
mounted: function () {
console.log(this.initialData, this.choices)
}
}
}