Initial lens implementation

This commit is contained in:
Andrew Bastin
2020-06-21 17:14:20 -04:00
parent 307e44a7b9
commit 7911d17b2f
13 changed files with 301 additions and 27 deletions

View File

@@ -76,6 +76,7 @@ export default {
})
},
lang(value) {
console.log("ace/mode/" + value)
this.editor.getSession().setMode("ace/mode/" + value)
},
options(value) {