Skip to content

Commit

Permalink
Update CKEditor component invokation to reflect upgraded package
Browse files Browse the repository at this point in the history
  • Loading branch information
musimana committed Oct 11, 2024
1 parent ddd49c5 commit 694b0eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/Components/Forms/Inputs/InputWysiwyg.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import CKEditor from '@ckeditor/ckeditor5-vue'
import { Ckeditor } from '@ckeditor/ckeditor5-vue'
import {
ClassicEditor,
Essentials,
Expand Down Expand Up @@ -129,10 +129,10 @@ Editor

<template>
<section class="app-article bg-gray-100 dark:bg-gray-900 border-gray-500 focus:border-gray-100 focus:ring-gray-100 rounded-md shadow-sm dark:shadow-none">
<CKEditor.component
<Ckeditor
:editor="Editor"
v-model="model"
></CKEditor.component>
></Ckeditor>
</section>
</template>

Expand Down

0 comments on commit 694b0eb

Please sign in to comment.