.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
CodeMirror
Home Manual Code
Language modes Vue.js mode
Vue.js mode
Im am a {{mustache-like}} template
module.exports = props: ['one', 'two', 'three']
.sass font-size: 18px
// Define an extended mixed-mode that understands vbscript and // leaves mustache/handlebars embedded templates in html mode var mixedMode = { name: "vue" }; var editor = CodeMirror.fromTextArea(document.getElementById("code"), { mode: mixedMode, selectionPointer: true });