Loading src/components/pluginComponents/formComponents/JsonForm.vue +0 −6 Original line number Diff line number Diff line Loading @@ -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 Loading
src/components/pluginComponents/formComponents/JsonForm.vue +0 −6 Original line number Diff line number Diff line Loading @@ -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