我不知道我将要去何方,但我已经在路上
我的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>