@mixd-id/web-scaffold 0.1.230406353 → 0.1.230406354
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1404,7 +1404,6 @@ export default{
|
|
|
1404
1404
|
},
|
|
1405
1405
|
|
|
1406
1406
|
cConfig(to, from){
|
|
1407
|
-
console.log('cConfig', from)
|
|
1408
1407
|
if(!from){
|
|
1409
1408
|
this.load()
|
|
1410
1409
|
this.initialConfig = JSON.stringify(this.cConfig)
|
|
@@ -1414,7 +1413,9 @@ export default{
|
|
|
1414
1413
|
selectedPreset:{
|
|
1415
1414
|
deep: true,
|
|
1416
1415
|
handler(to) {
|
|
1417
|
-
|
|
1416
|
+
if(to){
|
|
1417
|
+
this.savePreset()
|
|
1418
|
+
}
|
|
1418
1419
|
}
|
|
1419
1420
|
}
|
|
1420
1421
|
|