fix model value udpate

This commit is contained in:
2024-07-02 09:00:16 +02:00
parent 24eae8c4fe
commit e19e5cdfa1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "magico-pagebuilder",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"scripts": {
"dev": "vite",

View File

@@ -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 = [