Browse Source

更新 'views/newblog.html'

master
parent
commit
552b7c7108
  1. 4
      views/newblog.html

4
views/newblog.html

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

Loading…
Cancel
Save