-
Notifications
You must be signed in to change notification settings - Fork 50
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
Integrating with vue-quill on Vue3 gives error. #34
Comments
do not use import BlotFormatter from 'quill-blot-formatter' |
It's a solution, but can you tell me why? |
very strange. i use vite, in development no error shows, but in production it occur. |
我也是遇到这个问题 |
en:yes . use vite dev no error , use vite build and preview is error |
@xiaozuojiushizuoxiao can you create a fork and we work on it together? |
@xiaozuojiushizuoxiao I have had the same problem. I tried this but I am getting the config wrong. If you can configure it properly and show me that will be nice |
@Nelwhix Sorry to try other plug-ins |
@xiaozuojiushizuoxiao If you find any good ones, please send here thanks |
@Nelwhix Okay, you too |
@xiaozuojiushizuoxiao I found an okay replacement here |
This is my code to integrate quill-blot-formatter with vue-quill but I am getting this console error. I followed this reference: https://vueup.github.io/vue-quill/guide/modules.html#example
Am I missing something in configuration or is it really an issue?
Some additional info from my debugging:
On putting breakpoints in
quill-blot-formatter.js
I found in this line,this.options = deepmerge(DefaultOptions, options, { arrayMerge: dontMerge });
DefaultOptions
is not getting populated and coming asundefined
for me.I installed
quill-blot-formatter
usingnpm
. The version I am using is:"quill-blot-formatter": "1.0.5"
The text was updated successfully, but these errors were encountered: