Expand BooleanField's default_values for stepthrough test

This commit is contained in:
richard-dds
2018-08-14 21:22:10 -04:00
parent 90ada6992b
commit bcf74b09eb
3 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ export default {
methods: {
onInput: function (e) {
console.log(e)
this.$root.$emit('field-change', {
value: e.target.checked,
name: this.name