fix model value udpate
This commit is contained in:
@@ -225,7 +225,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
this.comps = JSON.parse(trimmed)
|
||||
this.comps = JSON.parse(this.modelValue)
|
||||
} catch (e) {
|
||||
console.warn(e)
|
||||
this.comps = [
|
||||
|
||||
Reference in New Issue
Block a user