@fecp/designer 5.5.110 → 5.5.111
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/es/designer/package.json.mjs +1 -1
- package/es/designer.css +8 -7
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +8 -7
- package/lib/packages/vue/src/components/layout/Layout.vue.js +1 -1
- package/package.json +1 -1
|
@@ -96,7 +96,7 @@ const _sfc_main = {
|
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
98
|
};
|
|
99
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
99
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6577a2a1"]]);
|
|
100
100
|
export {
|
|
101
101
|
_Layout as default
|
|
102
102
|
};
|