From 3147ebdd9878ecd972644b2213b778499ad1b6d4 Mon Sep 17 00:00:00 2001 From: Joshua Copeland Date: Thu, 2 Jun 2022 15:33:37 -0700 Subject: [PATCH 1/4] Add error event --- sample/index.html | 4 ++++ src/ckeditor.js | 1 + 2 files changed, 5 insertions(+) diff --git a/sample/index.html b/sample/index.html index 9cf3da3..fc967dd 100644 --- a/sample/index.html +++ b/sample/index.html @@ -35,6 +35,7 @@

CKEditor 5 – Vue.js Component – development sample

@focus="onEditorFocus" @blur="onEditorBlur" @input="onEditorInput" + @error="onEditorError" @destroy="onEditorDestroy" >