【发布时间】:2016-12-16 10:40:52
【问题描述】:
在http://docs.ckeditor.com/#!/guide/dev_skins 文档中,他们说要在配置中传递皮肤,所以我这样做是为了传递皮肤配置
this.config = {
skin: 'office2013'
}
但它给了我GET http://cdn.ckeditor.com/4.5.11/full/skins/office2013/editor.css/ 这个错误。如何为angular2 ckeditor添加皮肤
【问题讨论】: