You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having issues with the dark theme (vs-dark). Empty and small files are loaded with the dark them, large files loaded with the default white theme.
This is <TheEditor> component. I removed lots of code from the original component for demonstration purpose. Note that it does not uses v-model, instead it uses value and @change to interact with VueX store:
Having issues with the dark theme (
vs-dark
). Empty and small files are loaded with the dark them, large files loaded with the default white theme.This is
<TheEditor>
component. I removed lots of code from the original component for demonstration purpose. Note that it does not usesv-model
, instead it usesvalue
and@change
to interact with VueX store:With the following
vue.config.js
file:In any case, the dark theme CSS is not always loaded. Do you see why it happens?
The text was updated successfully, but these errors were encountered: