Browse Source

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

Piotrek Koszuliński 6 years ago
parent
commit
5e95b3813d
1 changed files with 2 additions and 0 deletions
  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>
 </template>
 
 
 <script>
 <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 ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 
 
 	import EssentialsPlugin from '@ckeditor/ckeditor5-essentials/src/essentials';
 	import EssentialsPlugin from '@ckeditor/ckeditor5-essentials/src/essentials';