flyween / vue3-quill

Quill editor for vue3
https://flyween.github.io/vue3-quill/
MIT License
59 stars 16 forks source link

Custom Quill Module dependancy issue #7

Open dtw8hn opened 3 years ago

dtw8hn commented 3 years ago

After running the "npm i vue3-quill" command and adding the global reference as expressed in the guide I receive a dependency error when trying to serve my app.

This dependency was not found:

To install it, you can run: npm install --save customQuillModule

The customQuillModule is not a valid command for the NPM repository. is there a way to get past this issue?

flyween commented 3 years ago

emm. 'customQuillModule' means 'custom module name of Quill',not a package's name.

PMLS3 commented 3 years ago

@dtw8hn did you get a solution for this? I am also getting the error that customQuillModule doesn't exist