endachao/laravel-5-markdown-editor

js 报错

wolaiye1010 opened this issue · 1 comments

// 引入编辑器代码
@include('editor::head')
做到这一步,加载view时,js报错

codemirror.min.js:formatted:5578Uncaught TypeError: Cannot read property 'value' of undefined

解决了,
只要引入
// class = editor

<textarea id='myEditor'></textarea>

就行了