Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

npm install @mayasabha/ckeditor4-vue3

Wellcome.vue

<div id="app">
<ckeditor v-
model="editorData" :config="editorConfig"></ckeditor>
</div>

<script setup>
import { component as ckeditor } from '@mayasabha/ckeditor4-
vue3'
</script>

APP .JS

import { CKEditor } from '@mayasabha/ckeditor4-vue3';

.use( CKEditor )

You might also like