1.0.4 ⢠Published 3 years ago
vue3-editor-ts v1.0.4
Vue3Editor
An easy-to-use but yet powerful and customizable rich text editor powered by Quill.js, Vue.js and Typescript
This project is built on
vue2-editor, please see its doc.
What's different
Installation
npm install vue3-editor-tsor
yarn add vue3-editor-tsImportation
import { VueEditor } from 'vue3-editor-ts'; // import VueEditor form 'vue3-editor-ts' instead of vue3-editor
import 'vue3-editor-ts/style.css'; // Load the cssand that'all. Everything else is the same
š Enjoy!