@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406353",
4
+ "version": "0.1.230406354",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -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
- this.savePreset()
1416
+ if(to){
1417
+ this.savePreset()
1418
+ }
1418
1419
  }
1419
1420
  }
1420
1421