Piotrek Koszuliński преди 6 години
родител
ревизия
3da1bef9dc
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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';