Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 549 Bytes

README.zh-CN.md

File metadata and controls

37 lines (27 loc) · 549 Bytes

🇨🇳 英文版介绍

安装

npm i vite-quill-editor --save

使用

全局使用

import QuillEditor from 'vite-quill-editor';
import "vite-quill-editor/index.css";
const app = createApp(App);
app.use(QuillEditor).mount('#app')

组件使用

import { QuillEditor } from 'vite-quill-editor';
import "vite-quill-editor/index.css";

html

 <quill-editor />