vue-codemirror
vue-codemirror copied to clipboard
findModeByExtention is not a function
i'm trying to use the findModeByExtention function from the meta.js
import it:
import "codemirror/mode/meta.js"
then i'm trying to use the function and it says it's not a function.
how can i access it? i already tried with: this.$refs.cmEditor.cminstance.findModeByExtention() this.findModeByExtention() and findModeByExtention()
none of them work