@jx3box/jx3box-editor 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Markdown.vue +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Markdown.vue CHANGED
@@ -64,10 +64,6 @@ export default {
64
64
  type: Boolean,
65
65
  default: true,
66
66
  },
67
- readOnly : {
68
- type : Boolean,
69
- default : false,
70
- }
71
67
  },
72
68
  components: {
73
69
  markdownEditor,
@@ -195,6 +191,7 @@ export default {
195
191
  data,
196
192
  render,
197
193
  });
194
+ this.data = data
198
195
  },
199
196
  // 插入附件
200
197
  insertAttachments: function(data) {