@ebl-vue/editor-full 2.31.9 → 2.31.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebl-vue/editor-full",
3
- "version": "2.31.9",
3
+ "version": "2.31.10",
4
4
  "type": "module",
5
5
  "author": "lrj525@sina.com",
6
6
  "description": "结构化编辑器",
@@ -79,6 +79,7 @@ const tunes = ['indent', 'blockAlignment'];
79
79
  onMounted(() => {
80
80
  const editorData=toRaw(props.data);
81
81
  editor = new EditorJS({
82
+ minHeight:100,
82
83
  holder: 'holder',
83
84
  autofocus: true,
84
85
  defaultBlock: 'paragraph',