开发者问题收集
我在Vue.js 3项目(option API)上初始化了QuillJS编辑器,以下是组件中的代码:<script>import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'import Quill from 'quill'export default {name: 'AppChatContainer',components: {
在我的 vue3 应用程序中使用 VueQuill,尝试显示 html 字符串时收到以下控制台错误 -我的代码 -<template><div class=""><QuillEditor v-model:content="data" contentType="html" /></div></template><script>import { QuillEditor } from '@vueup/v