js 报错
wolaiye1010 opened this issue · 1 comments
wolaiye1010 commented
// 引入编辑器代码
@include('editor::head')
做到这一步,加载view时,js报错
codemirror.min.js:formatted:5578Uncaught TypeError: Cannot read property 'value' of undefined
wolaiye1010 commented
解决了,
只要引入
// class = editor
<textarea id='myEditor'></textarea>
就行了