Vue Quill css is only applied to my first Quill Editor component
I am facing a strange CSS problem with the vue-quill package. Within my project, I have comments, and each comment has its own quill editor to answer the comment. For debugging purpose, I have changed my isOpen
prop to true. This means, by default, below each comment there is one quill editor being displayed.