From 5ed637d93ef9327cccc3c32ddd662961cde99149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gorzeli=C5=84ski?= Date: Mon, 23 Sep 2024 11:19:56 +0200 Subject: [PATCH] Update docs/getting-started/integrations/vuejs-v2.md Co-authored-by: Filip Sobol --- docs/getting-started/integrations/vuejs-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/integrations/vuejs-v2.md b/docs/getting-started/integrations/vuejs-v2.md index 2bfacd085f4..8cb8074f677 100644 --- a/docs/getting-started/integrations/vuejs-v2.md +++ b/docs/getting-started/integrations/vuejs-v2.md @@ -20,7 +20,7 @@ order: 40 This guide is about the CKEditor 5 integration with Vue.js 2.x. However, Vue 2 has reached EOL and is no longer actively maintained. To learn more about the integration with Vue.js 3+, check out the {@link getting-started/integrations/vuejs-v3 Vue.js 3+ rich text editor component} guide. -Vue.js is a versatile framework for building web user interfaces. CKEditor 5 provides the official Vue component you can use in your application. +You can use CKEditor 5 Vue 2 component to add a rich text editor to your application. This guide will help you install and configure the npm distribution of the CKEditor 5. {@snippet getting-started/use-builder}