WIP
This commit is contained in:
2
resources/js/mixins/forms/input.js
vendored
2
resources/js/mixins/forms/input.js
vendored
@@ -36,7 +36,7 @@ export default {
|
||||
compVal: {
|
||||
set (val) {
|
||||
if (this.form) {
|
||||
this.$set(this.form, this.name, val)
|
||||
this.form[this.name] = val
|
||||
} else {
|
||||
this.content = val
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user