This commit is contained in:
Julien Nahum
2023-10-24 11:00:54 +02:00
parent d8c0371d43
commit 437644584a
34 changed files with 784 additions and 668 deletions

View File

@@ -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
}