-
HI! I plan to use quill in my vue3+ts project, but i don't know how to use native quill in my vue project. Though luckily I find this vue3-quill, the warning which the project is not recommended to use this for anything serious worries me. |
Beta Was this translation helpful? Give feedback.
Answered by
lyx2000
Sep 13, 2021
Replies: 2 comments
-
I have found a way to use native quill in vue3+ts project, you can find module type in http://microsoft.github.io/TypeSearch/. Then you can encapsulate your own editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lyx2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have found a way to use native quill in vue3+ts project, you can find module type in http://microsoft.github.io/TypeSearch/. Then you can encapsulate your own editor.