Closed wnghdcjfe closed 4 years ago
1.1.1
My package.json version
"dependencies": { "@scenejs/effects": "^1.0.1", "@toast-ui/vue-editor": "^1.1.1",
and My component is like this.
import 'tui-editor/dist/tui-editor.css'; import 'tui-editor/dist/tui-editor-contents.css'; import 'codemirror/lib/codemirror.css'; import { Editor } from '@toast-ui/vue-editor' import { mapActions, mapMutations, mapState, } from 'vuex' export default { name: 'user', components: { 'editor': Editor },
Error : [Bug]Uncaught TypeError: Cannot read property 'msie' of undefined Did I make a mistake?
Uncaught TypeError: Cannot read property 'msie' of undefined
Editor Loaded
solved
Version
1.1.1
Test Environment
My package.json version
and My component is like this.
Current Behavior
Error : [Bug]
Uncaught TypeError: Cannot read property 'msie' of undefined
Did I make a mistake?Expected Behavior
Editor Loaded