@jx3box/jx3box-editor 1.0.7 → 1.0.8
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/Article.vue +1 -1
- package/src/ArticleMarkdown.vue +1 -1
package/package.json
CHANGED
package/src/Article.vue
CHANGED
package/src/ArticleMarkdown.vue
CHANGED
|
@@ -107,7 +107,7 @@ export default {
|
|
|
107
107
|
doDir: function() {
|
|
108
108
|
let target = "#c-article";
|
|
109
109
|
let dir = renderDirectory(target, this.directorybox);
|
|
110
|
-
|
|
110
|
+
this.$emit("directoryRendered",dir);
|
|
111
111
|
},
|
|
112
112
|
updateOrigin : function (md,html){
|
|
113
113
|
this.html = html
|