开发者问题收集
我在Vue.js 3项目(option API)上初始化了QuillJS编辑器,以下是组件中的代码:<script>import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'import Quill from 'quill'export default {name: 'AppChatContainer',components: {