kindsoft / kindeditor

WYSIWYG HTML editor
http://kindeditor.net/
GNU Lesser General Public License v2.1
1.9k stars 606 forks source link

ES6 import 加载脚本bug #315

Open juvenrui opened 4 years ago

juvenrui commented 4 years ago

使用es6 import导入的时候,出现有变量未定拉的提示。在kindeditor-all.js 1190行, 变量lenth, 需要先定义变量: var lenth;

es6 module 要求脚本是"use strict"模式,所以未定义的变量都会有异常抛出。

antgodev commented 4 years ago

扯犊子呢