2019-03-27

代码

define([
    'text!../html/resource.html',
        'jquery_for_editor',
        'wysiwyg',
        'wysiwyg_editor',
        'demo',
        'avalon_datepicker',],
    (tpl, API, util,
     $_for_editor,
     wysiwyg,
     wysiwyg_editor,
     demo
                           ) => {
...
});

错误

wysiwyg_editor无效

解决方案

删除avalon_datepicker。

原因

avalon代码冲突

你可能感兴趣的:(2019-03-27)