nhn / toast-ui.vue-editor

This repository is DEPRECATED! GO TO 👉 https://github.com/nhn/tui.editor/tree/master/apps/vue-editor
MIT License
229 stars 47 forks source link

[Bug]Uncaught TypeError: Cannot read property 'msie' of undefined #44

Closed wnghdcjfe closed 4 years ago

wnghdcjfe commented 4 years ago

Version

1.1.1

Test Environment

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
    },

Current Behavior

Error : [Bug]Uncaught TypeError: Cannot read property 'msie' of undefined Did I make a mistake?

Expected Behavior

Editor Loaded

wnghdcjfe commented 4 years ago

solved