8
0
Просмотр исходного кода

Docs: Removed the documentation of the removed componentName configuration option.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
097ce8c91d
1 измененных файлов с 0 добавлено и 16 удалено
  1. 0 16
      docs/builds/guides/frameworks/vuejs.md

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

@@ -407,22 +407,6 @@ Use the [name of the editor](#editor) in your template to create the editor inst
 	You can skip this configuration and [pass the editor directly](#local-configuration) in the [`editor`](#editor) directive.
 	You can skip this configuration and [pass the editor directly](#local-configuration) in the [`editor`](#editor) directive.
 </info-box>
 </info-box>
 
 
-### `componentName`
-
-You can change the name of the CKEditor component using the `componentName` property (by default `<ckeditor>`):
-
-```js
-Vue.use( CKEditor, {
-	componentName: 'myEditor'
-} );
-```
-
-Use the new component name in the template to create editor instances:
-
-```html
-<myEditor editor="classic"></myEditor>
-```
-
 ## Component directives
 ## Component directives
 
 
 ### `editor`
 ### `editor`