Explorar el Código

Docs: Fixed wrong include path in the Vue.js component docs.

Aleksander Nowodzinski hace 7 años
padre
commit
efd1a982a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/builds/guides/frameworks/vuejs.md

+ 1 - 1
docs/builds/guides/frameworks/vuejs.md

@@ -28,7 +28,7 @@ Assuming [Vue is installed](https://vuejs.org/v2/guide/installation.html) in you
 
 ```html
 <script src="../node_modules/@ckeditor/ckeditor5-build-classic/build/ckeditor.js"></script>
-<script src="../node_modules/@ckeditor/ckeditor5-vue.js"></script>
+<script src="../node_modules/@ckeditor/ckeditor5-vue/dist/ckeditor.js"></script>
 ```
 
 Install the plugin in your application using the [`Vue.use`](https://vuejs.org/v2/api/#Vue-use) method, specifying the editor build: