我不知道我將要去何方,但我已經(jīng)在路上
我的github: 李大玄
我的私人博客: 李大玄
我的npm開源庫: 李大玄
我的簡書: 李大玄
我的CSDN: 李大玄
我的掘金: 李大玄
嗶哩嗶哩: 李大玄
如何使用看這篇文章 vue-quill-editor使用
import 'quill/dist/quill.snow.css';
import 'quill/dist/quill.core.css';
import 'quill/dist/quill.bubble.css';
<div class="ql-container ql-snow">
<div class="ql-editor" v-html="content">
</div>
</div>