Tidied up
This commit is contained in:
parent
ad49e49b4a
commit
4db11c018d
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue