import SimpleMDE from 'simplemde';
new SimpleMDE($('#demo')[0]);
Editor can be rendered, but it seems lost the css style.
@slince I know you asked almost a month ago, but you can include the css by importing the CSS for SimpleMDE directly, as shown below. Works like a charm.
import SimpleMDE from 'simplemde';
import 'simplemde/dist/simplemde.min.css';
...
@Tribex Thanks, i have done like that. The developer seems very busy...
helped me!
@xwchris 鎸夌収浜屾ゼ璇寸殑鍋氬氨鍙互浜嗭紝涓诲姩寮曞叆css鏂囦欢
Most helpful comment
@slince I know you asked almost a month ago, but you can include the css by importing the CSS for SimpleMDE directly, as shown below. Works like a charm.