Browse Source

更新 'views/editblog.html'

master
parent
commit
1268912985
  1. 3
      views/editblog.html

3
views/editblog.html

@ -118,6 +118,9 @@
}
this.getCatas()
this.lables = this.blog.Lables
},
mounted: function () {
var _this = this
this.$refs.md.$on("imgAdd",(pos, $file)=>{
_this.$imgAdd(pos, $file)
})

Loading…
Cancel
Save