Fork me on GitHub

vue3.0使用富文本编辑器VueQuill

1. npm install @vueup/vue-quill@alpha --save

2. 在main.js中全局引入

import { QuillEditor } from '@vueup/vue-quill'

import '@vueup/vue-quill/dist/vue-quill.snow.css';

app.component('QuillEditor', QuillEditor)

3. 页面中使用

 <quill-editor :disabled="true" theme="snow" content-type="html" enable :content="desc" />

官网地址:https://vueup.github.io/vue-quill/api/export.html

 

posted @ 2022-07-21 10:01  欢欢11  阅读(4589)  评论(0编辑  收藏  举报