|
@ -122,6 +122,10 @@ |
|
|
this.blog.Title = itemTitle |
|
|
this.blog.Title = itemTitle |
|
|
} |
|
|
} |
|
|
this.getCatas() |
|
|
this.getCatas() |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
mounted: function () { |
|
|
|
|
|
var _this = this |
|
|
this.$refs.md.$on("imgAdd",(pos, $file)=>{ |
|
|
this.$refs.md.$on("imgAdd",(pos, $file)=>{ |
|
|
_this.$imgAdd(pos, $file) |
|
|
_this.$imgAdd(pos, $file) |
|
|
}) |
|
|
}) |
|
|