@tmagic/editor 1.2.0-beta.16 → 1.2.0-beta.17
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/tmagic-editor.mjs
CHANGED
|
@@ -3146,17 +3146,16 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
3146
3146
|
return (_ctx, _cache) => {
|
|
3147
3147
|
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
3148
3148
|
renderSlot(_ctx.$slots, "props-panel-header"),
|
|
3149
|
-
(
|
|
3149
|
+
createVNode(unref(MForm), {
|
|
3150
3150
|
ref_key: "configForm",
|
|
3151
3151
|
ref: configForm,
|
|
3152
|
-
key: unref(node)?.type,
|
|
3153
3152
|
class: normalizeClass(`m-editor-props-panel ${unref(propsPanelSize)}`),
|
|
3154
3153
|
"popper-class": `m-editor-props-panel-popper ${unref(propsPanelSize)}`,
|
|
3155
3154
|
size: unref(propsPanelSize),
|
|
3156
3155
|
"init-values": values.value,
|
|
3157
3156
|
config: curFormConfig.value,
|
|
3158
3157
|
onChange: submit
|
|
3159
|
-
}, null, 8, ["class", "popper-class", "size", "init-values", "config"])
|
|
3158
|
+
}, null, 8, ["class", "popper-class", "size", "init-values", "config"])
|
|
3160
3159
|
]);
|
|
3161
3160
|
};
|
|
3162
3161
|
}
|