I use example code. please see capture screen
我的代码有反应。
<Map center={position} zoom={13}>
<TileLayer
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
attribution="© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors" />
<Marker position={position}>
<Popup>A pretty CSS3 popup.<br />Easily customizable.</Popup>
</Marker>
</Map>
答案 0 :(得分:0)
从屏幕快照看来,您似乎没有包括必要的传单CSS。但是我不能百分百确定没有看到一些代码。