文章读取显示
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
||||
language: 'zh_CN',
|
||||
skin_url: '/tinymce/skins/ui/oxide',
|
||||
// skin_url: 'tinymce/skins/ui/oxide-dark',//暗色系
|
||||
height: 300,
|
||||
height: 600,
|
||||
menubar: 'file edit insert view format table',//菜单 //
|
||||
// 配置每个菜单栏的子菜单项(如下是默认配置)
|
||||
menu: {
|
||||
|
Reference in New Issue
Block a user