1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Last patch did not include compiled code

This commit is contained in:
Justin Schroeder 2018-02-16 00:19:11 -05:00
parent 7aa37c234e
commit 7239e229bd
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -83,7 +83,7 @@ export default {
return this.behavior === 'live'
},
mergedInitial () {
return Object.assign({}, Object.assign({}, this.initial), this.fieldInitials)
return Object.assign({}, this.initial, this.fieldInitials)
}
},
watch: {