Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

254
Views
Recibí un error No se puede convertir indefinido o nulo en un objeto al agregar QuillBetterTable en QuillEditor

En laravel 9 con Inertiajs/vuejs 3, necesito agregar una tabla en el editor vueup/vue-quill y mirar este artículo https://vueup.github.io/vue-quill/guide/modules.html#example

Agregar soporte de QuillBetterTable en mi aplicación:

 <quill-editor :options="editorOptions" :modules="modules" theme="snow" :disabled="false" v-model:content="descriptionFormEditor.description" text-change="textChangeDescription" editorChange="editorChangeDescription" contentType="html" @blur="onEditorBlur($event)" @focus="onEditorFocus($event)" @ready="onEditorReady($event)" @textChange="onTextChange($event)" >{{ descriptionFormEditor.description }} </quill-editor> ... import { QuillEditor } from '@vueup/vue-quill' import '@vueup/vue-quill/dist/vue-quill.snow.css'; import QuillBetterTable from 'quill-better-table' // https://github.com/soccerloway/quill-better-table ... let editorOptions = ref( [['better-table', 'bold', 'italic'], ['link', 'image']] ) let modules = ref({ table: false, // disable table module 'better-table': { operationMenu: { items: { unmergeCells: { text: 'Another unmerge cells name' } }, color: { colors: ['#fff', 'red', 'rgb(0, 0, 0)'], // colors in operationMenu text: 'Background Colors' // subtitle } } }, keyboard: { bindings: QuillBetterTable.keyboardBindings } } ) ... ... return editorOptions, modules, ...

Pero obtuve el siguiente error: https://prnt.sc/EIKGal7poJyT

¿Alguna pista de qué es y cómo se puede solucionar?

¡Gracias!

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!