Commit 4db11c01 authored by Joel Collins's avatar Joel Collins
Browse files

Tidied up

parent ad49e49b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -62,14 +62,8 @@ export default {
    }
  },

  created: function () {
    // `this` points to the vm instance
    console.log(this.schema)
  },

  methods: {
    updateForm(fieldName, value) {
      console.log(`${fieldName}: ${value}`)
      this.$set(this.formData, fieldName, value);
      this.$emit('input', this.formData)
    },