Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this package still supported , getting errors using on vue 3 #55

Closed
Taekondainc opened this issue Mar 17, 2022 · 2 comments
Closed

Comments

@Taekondainc
Copy link

Taekondainc commented Mar 17, 2022

``icon wont show or work

vue: 3
vscode
js

Screenshot (29)
Screenshot (30)

<script> import { QuillEditor, Quill } from "@vueup/vue-quill"; import BlotFormatter from "quill-blot-formatter"; import "@vueup/vue-quill/dist/vue-quill.snow.css"; import htmlEditButton from "quill-html-edit-button"; Quill.register("modules/htmlEditButton", htmlEditButton); export default { components: { QuillEditor, }, editorOption: { theme: "snow", modules: { toolbar: [ ["bold", "italic", "underline", "strike"], ["blockquote", "code-block"], [{ header: 1 }, { header: 2 }], [{ list: "ordered" }, { list: "bullet" }], [{ script: "sub" }, { script: "super" }], [{ indent: "-1" }, { indent: "+1" }], [{ direction: "rtl" }], [{ size: ["small", false, "large", "huge"] }], [{ header: [1, 2, 3, 4, 5, 6, false] }], [{ color: [] }, { background: [] }], [{ font: [] }], [{ align: [] }], ["clean"], ["link", "image", "video"], ["htmlEditButton"], ], ImageResize: {}, VideoResize: {}, htmlEditButton: { debug: true, msg: "Edit the content in HTML format", okText: "Ok", cancelText: "Cancel", buttonHTML: "HTML", buttonTitle: "Show HTML source", syntax: false, prependSelector: "div#myelement", editorModules: {}, }, }, }, setup: () => { const modules = { name: "blotFormatter", module: BlotFormatter, options: { /* options */ }, }; return { modules }; }, }; </script>

``

@Taekondainc
Copy link
Author

help
!!!!!!

@benwinding
Copy link
Owner

benwinding commented Mar 25, 2022

Hi @Taekondainc,
There's now an example on how to use this module with Vue3 here:

Let me know if this helps you use the module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants