漫无语
漫无语
你的demo 是可以渲染出DOM元素的,但是app.jsx文件中的事件不知道在哪? 比如 下面是我的jsx文件 其中handleChange ,handleClick,handleFocus三个方法没有了 `var React = require('react'); module.exports = React.createClass({ displayName: 'App', getInitialState: function () { return ({ isShow: true, inputText: "placeholder" }); }, render: function() {...

var lineLayer = new mapvgl.LineLayer({ width: 30, color: 'rgba(100, 71, 226, 0.9)', style: 'arrow', enablePicked: true, depthTest: false, onClick: e => { console.log(e); } }); 发现style 如果不配置 则没有光线
车效果 如图 