Sean Huang

Results 3 comments of Sean Huang

Axios doesn't support for IE9 anymore. See https://github.com/axios/axios/issues/1656

You can include `EditorView.lineWrapping` in the `extensions` prop like this: ```vue import { Codemirror } from 'vue-codemirror' import { EditorView } from '@codemirror/view' ```

Not sure why, but it seems **`v-if`** on `` causes auto-scrolling to the middle. For example: ```vue import { ref } from 'vue' import { Codemirror } from 'vue-codemirror' const...