-
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.
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.
-
Beta Was this translation helpful? Give feedback.
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.