ckeditor5.ts 149 Bytes
import { boot } from 'quasar/wrappers';
import CKEditor from '@ckeditor/ckeditor5-vue';

export default boot(({ app }) => {
  app.use(CKEditor);
});