@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.
|
@@ -3163,17 +3163,16 @@
|
|
|
3163
3163
|
return (_ctx, _cache) => {
|
|
3164
3164
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$a, [
|
|
3165
3165
|
vue.renderSlot(_ctx.$slots, "props-panel-header"),
|
|
3166
|
-
|
|
3166
|
+
vue.createVNode(vue.unref(form.MForm), {
|
|
3167
3167
|
ref_key: "configForm",
|
|
3168
3168
|
ref: configForm,
|
|
3169
|
-
key: vue.unref(node)?.type,
|
|
3170
3169
|
class: vue.normalizeClass(`m-editor-props-panel ${vue.unref(propsPanelSize)}`),
|
|
3171
3170
|
"popper-class": `m-editor-props-panel-popper ${vue.unref(propsPanelSize)}`,
|
|
3172
3171
|
size: vue.unref(propsPanelSize),
|
|
3173
3172
|
"init-values": values.value,
|
|
3174
3173
|
config: curFormConfig.value,
|
|
3175
3174
|
onChange: submit
|
|
3176
|
-
}, null, 8, ["class", "popper-class", "size", "init-values", "config"])
|
|
3175
|
+
}, null, 8, ["class", "popper-class", "size", "init-values", "config"])
|
|
3177
3176
|
]);
|
|
3178
3177
|
};
|
|
3179
3178
|
}
|