I want to implement a Vue application that opens a CKEditor component in a new window. I successfully implmented it using the approach from this post. I have also implemented a Codesandbox showing the working example.
Now, when I add the dependency for vuetify using vue add vuetify the CKEditor window is missing the CSS and the browser console (Chrome or Firefox) is displaying a CORS error:
[Vue warn]: Error in callback for watcher "open": "SecurityError: CSSStyleSheet.cssRules getter: Not allowed to access cross-origin stylesheet"
(Unfortunately, I wasn't able to correctly add the vuetify dependencies to my Codesandbox - as soon as I add my dependencies, I end up with a compile error.)