ckeditor5.ts 149 Bytes EditWeb IDE 1 2 3 4 5 6 import { boot } from 'quasar/wrappers'; import CKEditor from '@ckeditor/ckeditor5-vue'; export default boot(({ app }) => { app.use(CKEditor); });