Open SimonLeeee opened 6 years ago
I waiting for answer to. I can't to find how to works with fromTextArea function like this:
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
mode : 'text/html',
// define Emmet output profile
profile: 'xhtml'
});
emmetCodeMirror(editor);
Sorry, since Vue-Codemirror encapsulates the container, it cannot support codemirror-movie on the basis of Vue-Codemirror itself, but you can make codemirror-movie work without Vue-Codemirror.
Thank you, I did so.
I actually found a way https://github.com/sergeche/codemirror-movie, but it seems not supporting the .Vue file format. Can someone tell me how to do that? Thank you.