在vue中使用Rappid失败

有在vue项目中使用过Jointjs或者Rappid的朋友吗?import './js/models/rappid.js'后报错 
https://img.mukewang.com/5c63c889000152b604860162.jpg


而且在rappid.js中,typeof exports为undefined

慕虎7371278
浏览 501回答 1
1回答

元芳怎么了

在.babelrc里添加一条过滤,rappid.js将不使用严格模式`"ignore": ["./src/vendor/rappid/rappid.js"]`然后解压rappid.js,修改这个方法,之后require就没问题了`setGrid: function(a) {        this.clearGrid(), this._gridCache = null, this._gridSettings = [];        var b = _.isArray(a) ? a : [a || {}];        var me = this;        return _.each(b, function(a) {            me._gridSettings.push.apply(me._gridSettings, me._resolveDrawGridOption(a))        }, this), this    },`必须要保证版本正确:jQuery: 3.1.1,Lodash: 3.10.1,Backbone: 1.3.3
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript