文章读取显示

This commit is contained in:
WangHao
2020-10-18 00:43:29 +08:00
parent bbcf39bfc6
commit 368bfc5c85
5 changed files with 107 additions and 93 deletions

View File

@ -56,12 +56,12 @@
this.showView(this.property);
},
updated(){
this.showView(this.property);
// this.showView(this.property);
},
created() {
var that=this;
//便签ID
that.Ueditor = that.$route.query.Ueditor;
// var that=this;
// //便签ID
// that.Ueditor = that.$route.query.Ueditor;
},
filters: {
@ -121,7 +121,7 @@
}
.bookmark:hover {
background-color: #D4D4D4;
background-color: #E8E8E8;
}