5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
import Vue from 'vue'
|
|
import CKEditor from 'ckeditor4-vue'
|
|
|
|
Vue.use(CKEditor)
|