The vue-quill-editor style is messed up.

what"s wrong with using vue-quill-editor style

Mar.05,2021

you need to introduce these three additional css styles into main.js because it has been upgraded.
import 'quill/dist/quill.core.css'
import' quill/dist/quill.snow.css'
import 'quill/dist/quill.bubble.css'

my final effect is as follows:

http://www.sankeba.com/562.html



js ,

snowclipboard.png


has been introduced or there is still a problem
import VueQuillEditor from 'vue-quill-editor' is introduced, right


is that the style is not introduced. You can try adding
import 'quill/dist/quill.core.css'
import' quill/dist/quill.snow.css'
import 'quill/dist/quill.bubble.css'


how to solve my problem, just like you, there are no css files in the npm file. Thank you as soon as possible.

Menu