Browse Source

更新 'views/newblog.html'

master
parent
commit
cbad8cd93d
  1. 3
      views/newblog.html

3
views/newblog.html

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

Loading…
Cancel
Save