Marke'l Spellman
Results
2
comments of
Marke'l Spellman
So i'm having an issue adding the CodeMirror plugin to my Vue app. Here is my current setup (CodeView is already enabled but not mounting CodeMirror for styling): **Component.vue** ```...
Fixed this by including codeMirror in the config: ``` data() { return { selectedColorTheme: 'gravity', config: { codeMirror: CodeMirror } } ```