A Jodit WYSIWYG editor wrapper for vue3
npm install jodit-vue3Install with npm
``bash`
npm install jodit-vue3
Or With yarn
`bash`
yarn add jodit-vue3
bash
//main.js
import 'jodit/build/jodit.min.css'
import { createApp } from 'vue';
import JoditEditor from 'jodit-vue3'const app = createApp(App);
app.use(JoditEditor);
`
$3
`bash
`$3
`bash
//app.vue
`
Properties
| Property | Type | Required | Description |
| :-------- | :------- | :---- | :------------------------- |
| editorOptions | Object | false | the editor options for jodit editor |
for a full list of Jodit editor Options, visit https://xdsoft.net/jodit/doc/options/
##example
`bash
``- Twitter@dilantsasi
- LinkedIn