@juzhenfe/page-model 3.18.6 → 3.18.7
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.es.js +2 -1
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13964,6 +13964,7 @@ const _sfc_main$4 = defineComponent({
|
|
|
13964
13964
|
createElementVNode("div", {
|
|
13965
13965
|
class: normalizeClass(unref(createBEMName)("main"))
|
|
13966
13966
|
}, [
|
|
13967
|
+
renderSlot(_ctx.$slots, "main-header"),
|
|
13967
13968
|
createVNode(_sfc_main$n, {
|
|
13968
13969
|
ref_key: "pageModelTableRef",
|
|
13969
13970
|
ref: pageModelTableRef,
|
|
@@ -14931,7 +14932,7 @@ const defineEditableTable = function(config) {
|
|
|
14931
14932
|
};
|
|
14932
14933
|
var iconfont = "";
|
|
14933
14934
|
const name = "@juzhenfe/page-model";
|
|
14934
|
-
const version = "3.18.
|
|
14935
|
+
const version = "3.18.7";
|
|
14935
14936
|
const types = "dist/main.d.ts";
|
|
14936
14937
|
const main = "dist/index.umd.js";
|
|
14937
14938
|
const keywords = [
|