vue-ckeditor-custom
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"name": "vue-ckeditor-custom", | ||
@@ -4,0 +4,0 @@ "description": "component vue3 ckeditor5 custom settings", |
@@ -14,7 +14,7 @@ # vue-ckeditor-custom | ||
```javascript | ||
import CkEditorCustom from 'vue-ckeditor-custom'; | ||
import VueCkEditorCustom from 'vue-ckeditor-custom'; | ||
import CKEditor from '@ckeditor/ckeditor5-vue' | ||
... | ||
app.use(CKEditor); | ||
app.component('CKEditorCustom', CKEditorCustom); | ||
app.use(VueCkEditorCustom); | ||
``` | ||
@@ -21,0 +21,0 @@ ## Publicar en npm |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3157258
45418