Explorar o código

Docs: Mentioned the Vue.js integration in the overview guide.

Aleksander Nowodzinski %!s(int64=7) %!d(string=hai) anos
pai
achega
95c976ea45
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      docs/builds/guides/frameworks/overview.md

+ 3 - 2
docs/builds/guides/frameworks/overview.md

@@ -18,7 +18,7 @@ When checking how to integrate CKEditor 5 with your framework you can follow the
 
 1. **Check whether an [official integration](#official-rich-text-editor-integrations) exists.**
 
-	There are two official integrations so far: for {@link builds/guides/frameworks/react React} and for {@link builds/guides/frameworks/angular Angular 2+}.
+	There are three official integrations so far: for {@link builds/guides/frameworks/react React}, {@link builds/guides/frameworks/angular Angular 2+}, and for {@link builds/guides/frameworks/vuejs Vue.js}.
 2. **If not, search for community-driven integrations.** Most of them are available on [npm](https://www.npmjs.com/).
 3. **If none exists, integrate CKEditor 5 with your framework by yourself.**
 
@@ -26,10 +26,11 @@ When checking how to integrate CKEditor 5 with your framework you can follow the
 
 ## Official rich text editor integrations
 
-There are two official integrations so far:
+There are three official integrations so far:
 
 * {@link builds/guides/frameworks/react CKEditor 5 component for React}
 * {@link builds/guides/frameworks/angular CKEditor 5 component for Angular 2+}
+* {@link builds/guides/frameworks/vuejs CKEditor 5 component for Vue.js}
 
 Refer to their documentation to learn how to use them.