漫无语

Results 4 comments of 漫无语

你的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() {...

![image](https://user-images.githubusercontent.com/6800546/178921743-f5be669e-0924-49eb-b4b5-fc97f4ee1baa.png)

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 如果不配置 则没有光线

车效果 如图 ![image](https://user-images.githubusercontent.com/6800546/179159879-4f5da7ad-b4a5-4371-beac-43bdb9632ebe.png)