美文网首页
2019-03-27

2019-03-27

作者: AsaGuo | 来源:发表于2019-03-27 15:50 被阅读0次

    代码

    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

          本文链接:https://www.haomeiwen.com/subject/nbgzvqtx.html