Kaynağa Gözat

Docs: Added note clarifying that when building from source, we need to use the source version of an editor.

Piotrek Koszuliński 6 yıl önce
ebeveyn
işleme
5e95b3813d
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      docs/builds/guides/frameworks/vuejs.md

+ 2 - 0
docs/builds/guides/frameworks/vuejs.md

@@ -301,6 +301,8 @@ Now all you need to do is specify the list of rich text editor options (**includ
 </template>
 
 <script>
+	// ⚠️ NOTE: We don't use @ckeditor/ckeditor5-build-classic any more!
+	// Since we're building CKEditor from source, we use the source version of ClassicEditor.
 	import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 
 	import EssentialsPlugin from '@ckeditor/ckeditor5-essentials/src/essentials';