0

我在我的项目中使用vue-trixnpm 包,但是我的附件(图像)没有显示在 trix-editor 中,附件没有显示,为什么会发生这种情况我这样使用它

 <div class="flex inline-block w-full">
<VueTrix class="editor1 w-full" inputId="editor1" @trix-change="handleEditorChange" @trix-initialize="handleTrixInit" @trix-attachment-remove="handleAttachmentRemove" @trix-attachment-add="handleAttachmentAdd" v-model="form.complete_description" />

     </div>

当我必须在那里编辑条目时

我只得到文件名而不是 trix 编辑器中的图像本身

炫耀的 trix 编辑器

这是一个小提琴兄弟姐妹 https://jsfiddle.net/9tLyfo26/

https://codesandbox.io/s/focused-newton-yr9vk?file=/src/App.vue

4

0 回答 0