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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3af34-2b9d0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3af34-2b9d0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?