Looking to create a Vue application that opens a CKEditor component in a separate window, I managed to do so following the method outlined in this helpful post. I have even set up a Codesandbox demonstration to showcase the functioning example.
However, upon adding Vuetify as a dependency via vue add vuetify
, the CKEditor window loses its CSS styling and I encounter a CORS error in the browser console (in Chrome or Firefox) that reads:
[Vue warn]: Error in callback for watcher "open": "SecurityError: CSSStyleSheet.cssRules getter: Not allowed to access cross-origin stylesheet"
(Regrettably, I faced issues while trying to add Vuetify dependencies to my Codesandbox - it resulted in a compilation error whenever I attempted to include them.)