new app step 1 form is submitable with initial data
This commit is contained in:
parent
24be9a6a61
commit
9faf55f2d6
@ -10,6 +10,10 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
textinput,
|
textinput,
|
||||||
},
|
},
|
||||||
|
created: function() {
|
||||||
|
this.$root.$on('field-change', this.handleFieldChange)
|
||||||
|
if (this.initialData) this.changed = true
|
||||||
|
},
|
||||||
|
|
||||||
data: function() {
|
data: function() {
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user