发表于: 2020-03-20 21:52:06
1 1500
今天完成的事情:
1.推进任务
明天计划的事情:
1.推进任务
遇到的问题和收获:
发现从编辑页进来的时候,富文本编辑器没有显示应该对应的数据,
另外还发现打印出的内容还有p标签
onEditorChange() {//内容改变事件
this.$emit('getContent', this.content)
console.log(this.content);
console.log(this.init_content);
}
评论