import Editor from './components/Editor'; export default { slots: { textArea: [Editor], }, };