@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.
- package/package.json +1 -1
- package/src/Markdown.vue +1 -4
package/package.json
CHANGED
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) {
|