@vipl520/dk-ui 1.0.31 → 1.0.32
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/dist/index.js +2 -2
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/web-types.json +1 -1
- package/es/page-diy/src/components/PreviewPhone.vue2.mjs +2 -2
- package/es/page-diy/src/components/PreviewPhone.vue2.mjs.map +1 -1
- package/lib/page-diy/src/components/PreviewPhone.vue2.js +2 -2
- package/lib/page-diy/src/components/PreviewPhone.vue2.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17883,8 +17883,8 @@
|
|
|
17883
17883
|
const key = "preview-phone";
|
|
17884
17884
|
const cache = JSON.parse(storage.get(key) || "{}");
|
|
17885
17885
|
const form = require$$0.ref({
|
|
17886
|
-
showLine: cache.showLine ||
|
|
17887
|
-
margin: cache.margin ||
|
|
17886
|
+
showLine: cache.showLine || true,
|
|
17887
|
+
margin: cache.margin || 2,
|
|
17888
17888
|
preview: cache.preview || false,
|
|
17889
17889
|
closeAnimate: cache.closeAnimate || false
|
|
17890
17890
|
});
|