Quill is a free, open source WYSIWYG editor built for the modern web. Completely customize it for any need with its modular architecture and expressive API.
Quill is a free, open source WYSIWYG editor built for the modern web. Completely customize it for any need with its modular architecture and expressive API.
官网:https://www.npmjs.com/package/vue-quill-editor quill官网:https://quilljs.com/docs/quickstart/ 兼容:IE10以上 自定义toolbar和设置blots <template> 2222 <quill-editor ref="quill" v-model="content" :options="editorOption" @change="onEditorChange($event)"> <!-- 自定义按钮 --> 111...
bounds Default:document.body DOM Element or a CSS selector for a DOM Element, within which the editor's ui elements (i.e. tooltips, etc.) should be confined. Currently, it only considers left and right boundaries. debug Default:warn ...
Quill is a free, open source WYSIWYG editor built for the modern web. Completely customize it for any need with its modular architecture and expressive API.
<!-- Create the editor container --> Hello World! Some initialboldtext <!-- Include the Quill library --> <!-- Initialize Quill editor --> constquill=newQuill('#editor',{ theme:'snow' }); And
基于Quill、适用于Vue2的富文本编辑器,支持服务端渲染和单页应用。展开收起 暂无标签 JavaScript MIT 使用MIT 开源许可协议 取消 发行版 暂无发行版 vue-quill-editor 开源评估指数 开源评估指数源自 OSS-Compass 评估体系,评估体系围绕以下三个维度对项目展开评估: ...
The Toolbar module allow users to easily format Quill's contents. It can be configured with a custom container and handlers. constquill=newQuill('#editor',{ modules:{ toolbar:{ container:'#toolbar',// Selector for toolbar container ...
🍡Quill editor component for Vue, support SPA and SSR. 基于Quill、适用于 Vue 的富文本编辑器,支持服务端渲染和单页应用。 Example Demo Page CDN Example Nuxt.js/SSR example code Projects Using Vue-Quill-Editor Tamiat CMS Install CDN ...
Quill is a free, open source WYSIWYG editor built for the modern web. Completely customize it for any need with its modular architecture and expressive API.