Last patch did not include compiled code
This commit is contained in:
parent
7aa37c234e
commit
7239e229bd
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -83,7 +83,7 @@ export default {
|
|||||||
return this.behavior === 'live'
|
return this.behavior === 'live'
|
||||||
},
|
},
|
||||||
mergedInitial () {
|
mergedInitial () {
|
||||||
return Object.assign({}, Object.assign({}, this.initial), this.fieldInitials)
|
return Object.assign({}, this.initial, this.fieldInitials)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
Loading…
Reference in New Issue
Block a user