Results 37 comments of Houfeng

用 dawn ,三分钟搭建 react/vue 项目 ```sh npm i dawn -g dn init -t vue dn dev ``` 好了,详细说明参考:https://github.com/alibaba/dawn/blob/master/README-zh.md

辛苦了,稍晚一些处理呀

mditor.$remove()

```js mditor.height='400px' ```

@mojie126 @allen05ren 稍晚一些会处理这个问题

@daysun777 1. Mditor 的哪个版本? 2. 什么浏览器?什么版本? 如何使用的?改变 Mditor 的大小有两种方式: 一、直接样式控制 ```css .mditor { width: 600px; height: 300px; } ``` 二、使用 Js API ```js mditor.width = "600px"; mditor.height = "300px"; ```

目前为了更安全(防止 XSS),采用了较为严格的 “白名单” 机制,iframe 及它的各 attr 都不在白名单中,所以是不支持 iframe 的。